| Thread | Last Post | Replies |
|
| Like to learn a simple database for web page | 31 Jan 2005 21:02 GMT | 1 |
So far I have been doing tables for web page with only the html tags associated with <table>. Please click the following page for an example: http://www.pinyinology.com/meridians.html
|
| Update on a single line of code | 31 Jan 2005 20:01 GMT | 2 |
I want to execute an update to SQL on a single line and I can't remeber how. It seems that it was something like this: Conn.execute "UPDATE table WHERE field = xxx (fld1,fld2,fld3)value(val1,val2,val3)"
|
| Command Object and Stored Procedures | 31 Jan 2005 19:43 GMT | 3 |
I have a stored procedure I want to run several times in the same routine. Below is how I am calling the stored procedure. How can I run the stored procedure the second time with
|
| how to implement a database into VB?? | 31 Jan 2005 18:05 GMT | 1 |
i am a begginer to VB, and am learning how to implement a database into VB. i want to run a simple database in VB, and edit and delete records using VB. i know i have to link the database using ADO's, and create a simple form that will navigate and edit the records.
|
| Application error -2147217833 String or binary data would be trunc | 31 Jan 2005 17:14 GMT | 5 |
This application is VB6 using SQL Server - when trying to run a click a button to run an update command the following error is displayed: "Application error -2147217833 String or binary data would be truncated" and then
|
| Need example of using ADO DataControl and DataGrid control - VB6 | 30 Jan 2005 23:27 GMT | 8 |
Hello -- Can anyone tell me one or more sources of examples of using ADO Data Control and DataGrid control? I am struggling with even the simple task of displaying data from the pubs
|
| How the connection Work? | 30 Jan 2005 19:14 GMT | 5 |
I just try to create a system under the VB .net with teh ADO .net. I found that i need to create a sqlconnection in each form. They all have the same connection string (connect to the same database). Is any way to create one connection and it work for all form?
|
| Transactions | 30 Jan 2005 18:10 GMT | 1 |
I need to create a transaction for confirming data written to an Access database. However, how would one code it over a number of subroutines? not just the a single one. Cheers,
|
| Long SQL queries workaround with access ? | 30 Jan 2005 17:20 GMT | 3 |
I'm working with very long queries for insert, update and select, and having a lot of troubles about updating data as some fields are very large text ones. The problem is VB is cutting down my SQL-query string so it doesn't work.
|
| MS Access 2003 Class Modual VBA | 30 Jan 2005 10:33 GMT | 4 |
Hi Im trying to write sql queries in class modulas that are triggered by a date, ive tryed inserting a date into a veriable both string and date ive encased it with # and with out.
|
| How do I make a function return an object | 30 Jan 2005 03:15 GMT | 1 |
I'm trying to write a utilities module for my project. I want the module to contain a function to accept a SQL statement as a parameter and return an ADO recordset object. Everything works fine until I try to return the recordset to the
|
| How do I make a function return an object | 28 Jan 2005 16:02 GMT | 2 |
I'm trying to write a utilities module for my project. I want the module to contain a function to accept a SQL statement as a parameter and return an ADO recordset object. Everything works fine until I try to return the recordset to the
|
| Web based MySQL question? | 28 Jan 2005 15:50 GMT | 1 |
Can someone point me in the right direction? I have a web site which uses a MySQL database to store items for sale, client information and credit card info etc (or will be soon). I'm currently looking at building a back-end website to control all this
|
| Reading a text file from VB and save the data to SQL Database | 28 Jan 2005 15:41 GMT | 1 |
The Script below is working fine. Can anybody convert these script so that it will work from VB Form with a Command Button? Script: Author: Vasu Dim OBJdbConnection
|
| Data Report Fails - Error "Failed getting rowsets from current data source" | 27 Jan 2005 20:53 GMT | 2 |
I am trying to run a data report using the DataReport Designer in VB. When I run it I get "Failed getting rowsets from current data source". Can I look at the SQL statement that this report is generating and
|