| Thread | Last Post | Replies |
|
| System resource exceeded | 07 Apr 2005 22:47 GMT | 5 |
I'm receiving the error, Microsoft OLE DB Provider for ODBC Drivers (0x8007000E) [Microsoft] [ODBC dBase Driver] System resource exceeded. /_ScriptLibrary/Recordset.asp, line 200
|
| Procedure declaration... | 07 Apr 2005 18:44 GMT | 1 |
I've just used the "Data Form Wizard" in VB6. This was a starting point for me to learn something about data in VB6 So that's all I did.. use the wizard to set up controls for the first time using Biblio.mdb
|
| Call a VB6 EXE Using Parameters | 07 Apr 2005 11:59 GMT | 4 |
I want to call a VB6 EXE using parameters, for example: project1.exe machine_name,database_1,user_name,password and the program of project1.exe can get the
|
| How To Programmatically Create a DSN for SQL Server with VB.NET | 07 Apr 2005 03:00 GMT | 1 |
I want to know how To Programmatically Create a DSN for SQL Server with VB.NET. I know how to do in VB but doing in VB.NET is the real issue. For VB I have refered to following article http://support.microsoft.com/default.aspx?scid=kb;en-us;Q184608
|
| ADO multiple errors - how to track down causes? | 07 Apr 2005 01:44 GMT | 5 |
-2147217887 Multiple-step operation generated errors. Check each status value. Microsoft Cursor Engine Getting lots of these. My editing works, but I want to find out where/why these errors are coming from.
|
| Reading Records from Database and progressbar | 07 Apr 2005 00:53 GMT | 1 |
could soomeone plz tell me how can i use a progress bar when i'm reading records from an access 200 database in a vb .net program. Now i have this code: -----------------
|
| Help with Tab or Enter Key | 06 Apr 2005 20:57 GMT | 2 |
I have 5 text boxes on a form which I need to use the Enter Key to move from one to the other, instead of the Tab Key. Can any one help please? Thanks.
|
| My Database Crash Every Day !.. | 06 Apr 2005 19:47 GMT | 4 |
I have an app. around 150 customer run it for three years. I used Dao3.6 (Jet Engine 4.0). For the last 2 month on one of my customer's system, my database (mdb file) crashes every day.
|
| Datagrid multiple row selections | 06 Apr 2005 15:45 GMT | 6 |
It is possible to press Ctrl and make multiple selections of separate rows (e.g. 2, 3 6, 8, 11, 12,...etc) in a datagrid. That is great, but useless. If I hit the delete button, it prompts that it cannot delete multiple
|
| Insert Null Values in Disconnected Recordset | 06 Apr 2005 03:46 GMT | 1 |
I'm converting data from one format to SQL Server. I have a program flow that converts each record and then writes the three new records into SQL, one by one. I want to try creating a disconnected recordset with all the new records and then writing them all at once to see if it's ...
|
| MSAccess Insert Into | 06 Apr 2005 01:31 GMT | 4 |
I am converting a MySQL application and I need to know if MS Access can Insert Multiple items.. My code in MySQL is INSERT INTO tblName (intValues1, intValues2) VALUES (1,1), (1,2), (1,3), (2,4);
|
| Retrieving a DB value | 05 Apr 2005 21:16 GMT | 2 |
I'm a newbie programmer and I have a question that I really hope someone can help me with. I have an Access database with a single table. I need to retrieve a value from a specific cell in the last column of that table, given the values in the previous rows and columns. ...
|
| VB6 & Access - setting up a connection | 05 Apr 2005 20:11 GMT | 3 |
Seems my help file that came with VB6 is corrupted. Can anyone please send me theirs would be great. I have an Access db that I am trying to connect to using VB6. My VB4 code that I had used for doing the same thing does not work in VB6.
|
| What's wrong with this SQL Update statement? | 05 Apr 2005 19:31 GMT | 2 |
Hi everyone... I'm scratching my head and still can't firgure out what is wrong with this SQL Update statement. Could you help? I'm tryinng to update records in an Access 2003 database using visual basic 6.0... here is what is the sql statement....
|
| Writing a Memory Array to a DB table | 05 Apr 2005 18:16 GMT | 2 |
Due to the large number of entries in a memory stored array, in excess of 30,000 rows x 14 cols. They cols are mixed type. I was looking for an efficient method to write the entire array to a DB table. And, so far I have not been able to find such a mehtod. I am using
|