| Thread | Last Post | Replies |
|
| Access Autonumber works from VB with no code! | 07 Jan 2004 13:49 GMT | 5 |
I was informed by many-a-person that the Access autonumber is only going to work if you're adding records from within the Access environment. However, a test program I just made has disproved this. Using the ADO
|
| Update Statement using ADO | 07 Jan 2004 12:48 GMT | 7 |
I am using VB6 sp5, I have a table and I want to append stars to some values, It never work s x = * or ** or *** etc .. sql = " Update table1 set field1 = field1 & '(" & x & ")'"
|
| command object command throws error after windows NT to win2k migration | 07 Jan 2004 09:20 GMT | 2 |
My company has four web servers running copies of same ASP web application. One of the servers is running on windows 2000 Advanced server edition (without service pack) , MDAC 2.6. The other three servers had windows NT OS and MDAC Version 2.5 installed. We use microsoft SQL ...
|
| Stored procedure problem | 07 Jan 2004 07:10 GMT | 5 |
Hi ng, i´ve noticed that there´s a similar thread, but i post this anyway coz the other thread didn´t solve my problem. I try to execute a SP on SQL Server 2000. My code:
|
| How to create multi-field primary key against access table using DAO | 07 Jan 2004 07:09 GMT | 4 |
I am working on a program that will go through and relink tables in various databases. The only problem that i have not solved is how to create a multi-field primary key on my linked table. Example. I need to create a linked table STACEY
|
| Need Help Please! | 07 Jan 2004 06:36 GMT | 1 |
Could anyone help me with this Please, below is the code I've been trying but it's not working. A user selects a start date and an end date. Table has a BeginField and EndField. If dates selected by the user exist in the database, the prompt user(Dates not available).
|
| Trouble with fetching data from registry - who can help? | 07 Jan 2004 03:23 GMT | 1 |
I want to fetch the location of Winword.exe from the registry. What's wrong with the code below? Greetings, Lex
|
| Refrashing Dataenvirnment | 07 Jan 2004 03:22 GMT | 4 |
I have probram with dataenvirnmemt In one of the forms i've changed the data of the table relate to the data envirnment. The change was with ADO But the data on the dataenvirnment didn't updated while the database
|
| JDatastore | 07 Jan 2004 03:07 GMT | 1 |
I don't know if it is compatible, but does anyone know the ADO provider for JDatastore? Thanks, Randy Whitehead
|
| application defined or object defined error | 07 Jan 2004 03:01 GMT | 1 |
I've written a VB6 application that uses a MS Access DB with ADO. I get "application defined or object defined error" message when datareport is invoked. It works fine in machine having vb6 installed. Can anybody tel me which
|
| simple date question | 07 Jan 2004 01:32 GMT | 4 |
Hi all.. I have a somewhat simple question, which I simply cannot figure out what went wrong. I need to extract a date in grids to date format.. and then store it in a
|
| Late binding adodc to an adodb recordset | 06 Jan 2004 18:08 GMT | 2 |
I need to open an adodb recordset for exporting to an excel object using excel's copyfromrecordset method. I am having a problem because I need to be able to get a record count. for some reason I can only get a recordcount on small result sets i.e. a query returning ~15 rows If ...
|
| Datagrid/ADO refresh | 06 Jan 2004 17:01 GMT | 2 |
I have a datagrid that is populated from an ADO using an access table. (VS6 & Access97)...(yes i know i must update access!!!) If i run a querydef that updates a particular field in the
|
| Help with a Search | 06 Jan 2004 12:36 GMT | 1 |
Could anyone please help me with any method to search a database. I am trying to search for range of dates. Example: I want to find if 1/02/2004-1/15/2004 exit in a database. The table has two fields; StartDate and EndDate.
|
| timeout expired | 06 Jan 2004 10:15 GMT | 1 |
I have a query that runs in 3 second when executed through SQL Query Analyzer. When the same query runs in an ActiveX object using ADO 2.0 connecting to a SQL 2000 server, I get the error [Microsoft][ODBC SQL Server Driver]Timeout
|