| Thread | Last Post | Replies |
|
| Recordset event creation problem | 10 Jan 2004 03:17 GMT | 1 |
I have an ADOR. Recordset object that is designed to access a remote server and retreive data in asynchronous mode so I can return control to the program while the download takes place - that part works fine. I need to
|
| Data Provider | 10 Jan 2004 03:14 GMT | 1 |
What is a provider? I keep hearing about how certain features that are part of ADO and ODBC would depend on the provider. Who provides these? Do you need to go to different places to get different implimentations of these and wouldn't
|
| Any good books or online resources for VB.NET ? | 09 Jan 2004 22:19 GMT | 1 |
I'm a newbee looking to learn a bit about VB.NET and would like to get recomendations on good books and/or tutorials online regarding vb.NET. I know C++/java, so know "coding" in general, so hoping for a quick introduction + maybe some more "advanced" books/tutorials.
|
| "vbQuote = Chr$(34)" causes "Can't find project or library." | 09 Jan 2004 22:11 GMT | 1 |
The following simple line in the MSDESample from MSDN, run in VB6, almost always gets an error: vbQuote = Chr$(34) The error is "Can't find project or library." What could be causing this?
|
| Newbie to ADO.NET | 09 Jan 2004 21:15 GMT | 3 |
I am totally new to ADO/VB.net and before emabrking on a long code change programme, I need to know a few things. I dont even really know where to begin looking. Can anyone point me to an example of porting an ADODB.recordset into an ADO.NET Dataset and vice versa? In other words, ...
|
| ADO Recordset update in VB6 | 09 Jan 2004 20:21 GMT | 5 |
Hi Friends, I have controls binding with a recordset. When I'm going to update I receieved a message like this: "Recordsets have been changed"
|
| Really weird stuff. | 09 Jan 2004 19:44 GMT | 1 |
This was something that I found interesting. From a stored procedure in MSDE with adUseServer and adOpenKeyset, if another user modifies a record in a recordset I've queried for, that modified record drops and all records before it, while accessible, are
|
| Why DAO no longer works | 09 Jan 2004 15:39 GMT | 1 |
Even though I am referencing DAO in the following code, I get run-time error 3251 Operation not supported for this type of object. The error comes up when the RecSet.Index="EmpID" line is read
|
| Closing ADO Connection hangs computer | 09 Jan 2004 15:32 GMT | 2 |
My program uses shared Access (97) database. It works fine except in one computer (Windows 2000). In there it works fine until the program ends. Then it hangs the computer (ctrl+alt+del not responding). I made some debug-printing and found out that it hangs to ADO Connection
|
| Sending from my Aplication to an Access database | 09 Jan 2004 15:15 GMT | 1 |
I am looking for how to send 6 integer stored pieces of data to an access database. Can someone help me with the commands and syntax. James
|
| Newby questions for VB and Access | 09 Jan 2004 14:09 GMT | 9 |
I am trying to make an application that a user can type data into all the fields and then when he is done he can press a button to upload all this info into an Access database. So far it is setup with each of the fields
|
| why??? | 09 Jan 2004 11:36 GMT | 2 |
_____ the code___ sub insert_line (i, k) DB.execute "INSERT INTO Table_test values(" & i & "," & k & ")", dbSQLPassThrough
|
| Stop SQL SP from VB | 09 Jan 2004 01:56 GMT | 4 |
I am trying to run a stored procedure to fill a recordset in VB (against a SQL Server DB). If the query runs for a long, long time, can I kill it from VB? (without killing the application itself....). Do we have the ability in VB to do something graceful such as the stop
|
| Win98 and MS Access 2000 | 09 Jan 2004 01:41 GMT | 10 |
I am working on an application in VB which uses a database created with MS Access 2000. I tested the app on a Win98 PC and it failed. Then I installed MS Access 2000 on the Win98 PC, and the app worked. Then I deinstalled MS
|
| ODBC, dll | 08 Jan 2004 22:05 GMT | 1 |
1. I need registry my dll file for adding link to references windows at vb or other application, how I could do it.. 2. I need add my database to System DSN at ODBC Data Source in program. Where I could read about it or find help example files.
|