| Thread | Last Post | Replies |
|
| Foxpro - VB - Access what do I need? | 30 Apr 2005 20:44 GMT | 6 |
I have an app written in VB6 that manages data exchange between 3 different applications, each of which uses a different DB format. Briefly: 1. Data entry is done using an ancient DOS app called DataEase. DataEase will not directly interact with any modern db, but it can export ...
|
| Duplicate records - delete | 30 Apr 2005 18:57 GMT | 1 |
I have built a VB app that interacts with an MSAccess97 database via DAO. The app basically goes through a specified folder and saves a bunch of file info to the database. My question is this: What would be more efficient..
|
| Datagrid column width in VB.Net | 30 Apr 2005 17:24 GMT | 1 |
Dear experts, How can I change a column width in a Datagrid (VB.Net) ??? Thanks for your answer!
|
| SQL Adapter will NOT update | 30 Apr 2005 02:55 GMT | 5 |
Please HELP! I am a total beginner. I have a web application that queries a sql database and then returns only on row to a dataset. This row is then manipulated for an indeterminate amount of time. (this is a work order app) so I chose to use the dataset to accomplish this. ...
|
| ADO connection errors | 29 Apr 2005 22:11 GMT | 1 |
I'm getting ADO connection errors when I attempt to connect to a SQLServer 2000 DB. I'm using VB6 & ADO 2.8. My connection is as follows: Set oCN = New ADODB.Connection
|
| VB6 and XML | 29 Apr 2005 20:23 GMT | 4 |
i am a VB6 programmer who likes to use DAO! Don't laugh!!!!! I've been talking to a potential customer who needs me to be able to link into their existing data. This data is an Oracle database. However, it is a system critical database and as such they are not
|
| query | 29 Apr 2005 14:35 GMT | 2 |
hi, can i do this in ado: dim rs dim sql sql = "SET nocount on "
|
| DAO connect string... | 28 Apr 2005 23:52 GMT | 4 |
I want to connect to an Access DB using a DAO connect string that uses a system file (.mdw). I have not found any connect string that will do this. I have seen one where you can enter a password - but I am assuming this is a database password as
|
| please help edit existing script... | 28 Apr 2005 16:34 GMT | 1 |
Below is my scipt: It asks for a two sets of date ranges, both from column J, and then it does the rest. Script works, no problem.. After the two sets of dates are entered for the range of column J, it
|
| ADO Access and SQL SERVER | 28 Apr 2005 15:23 GMT | 4 |
I used the following code to copy some records from one MDB file to another
strDst = "C:\Folder\accessfile.mdb" Set cnnSrc = New ADODB.Connection
|
| SQL Query Date format | 28 Apr 2005 14:30 GMT | 1 |
I am using vb6 connect to SQL Server, I hv a query that filter records by date field (the input is by user using dtpPicker with "dd/MM/yyyy" format) This is how i write in vb6:
|
| Update fails with System.NullReferenceException | 28 Apr 2005 03:07 GMT | 1 |
From: Jacob Nichols via .NET 247 <anonymous@dotnet247.com> Subject: Update fails with System.NullReferenceException Newsgroups: microsoft.public.dotnet.datatools Date: Mon, 07 Mar 2005 11:15:12 -0800
|
| What software for project? Or proper newsgroup plz | 27 Apr 2005 15:36 GMT | 1 |
Hi, newbee question. What software would be best for the following situation? Web enabled database with an SQL back-end over a Windows based intranet network system.
|
| BeginTrans & Connection Pooling under heavy load in VB 6 | 27 Apr 2005 14:26 GMT | 1 |
I want to use ADO Connection transactions from a VB 6 Middle-Tier to SQL Server 2000, but I don't understand how transactions are managed relative to connection pooling. I have 4 Web server boxes hitting the VB Middle-tier via COM+/DCOM on a
|
| Call SP with in VB 6 | 27 Apr 2005 14:25 GMT | 2 |
I have this code that is returning run-time error 7004. The rowset is not bookmarkable. Cn.CursorLocation = adUseServer Set iWebOrdLookup.ActiveConnection = Cn
|