| Thread | Last Post | Replies |
|
| Classmodule procedure/function using in a Form/passing a form as Reference | 20 Mar 2007 17:14 GMT | 1 |
i'am working with MS 2003 Server and MS Access 2002 and i have problem with my VBA code. I tryied the following: Created a module called "Input"
|
| DAO and ADO with Access 2002 problem | 16 Mar 2007 18:25 GMT | 1 |
I'm trying to optimize some very old code, and I've hit a stumbling block. We use Access as our frontend, and SQL Server as our backend. Here's a code fragment from the old implementation of a search for a specific record:
|
| SQL Server 2005 compact edition with VB | 16 Mar 2007 15:13 GMT | 2 |
OK so I've downloaded and installed this 1.7MB wonder, but now what? I just wanted a nice easy to deploy db to use with my VB 6 app and although the size is now great it doesn't seem to be doing much else. Nothing in the start menu, sys tray, desktop, etc. Just a folder in my
|
| MS Jet Oledb | 16 Mar 2007 15:06 GMT | 3 |
I have a visual basic application(no source) which connects to ms jet oledb access db file. When I moved this file to a different location, I get a prompt asking me to change configuration. Specifically, "please enter ms jet oledb information ....". Once I change the file path ...
|
| dataset to array(String) | 15 Mar 2007 21:58 GMT | 1 |
I'd like to know why the copyto method in the System.DataRowCollection does not copy the dataset to an array using the following syntax: Thanks, Chieko
|
| How to improve performance on a DBase 3 Database | 15 Mar 2007 19:30 GMT | 1 |
I've a street database in DBase 3 format (it's about 215 Mb) WITHOUT AN INDEX FILE (I've created a CDX file with FoxPro). I've tried all possible kind of Driver to access it, but the execution times are enormous!!
|
| .wdb files | 13 Mar 2007 15:35 GMT | 1 |
I have an extensive .wdb file, created on windows 98FE. When I make a copy on a cd and then try to open it in windows xp, I get the message that the file is "in use" and behind that message another message which reads "the file is corrupted".
|
| using xml file rather than db | 13 Mar 2007 12:29 GMT | 10 |
I'm creating an app that needs some kind of data store to hold a number of things, in particular questions and answers. My plan was to use an Access DB to hold this info and then use ADO to select, insert, update and delete the data between my vb app and the DB, but
|
| How to get Primary Key from Recordset in VB 2005 Express | 12 Mar 2007 20:29 GMT | 6 |
I am trying to fetch Primary keys for different tables in Oracle and Sybase. After doing some search, I found the following code, but I am not sure how to get the primary key from recSet recSet = objConn.OpenSchema(adSchemaPrimaryKeys,
|
| Application crashing when doing a database update via DAO. | 11 Mar 2007 00:36 GMT | 2 |
Excuse the longwindedness of this... I've tried putting in all the relevant code and other information that I can. I have an application written in VB 6.0 which uses DAO3.6 to connect to a PostgreSQL database and pump some data in.
|
| Dynamic MDB creation for specific formats '2000-'2007 | 09 Mar 2007 22:16 GMT | 6 |
Does anyone know if there is a way to specify the exact MDB format to be created instead of just letting the Jet or ACE driver use whever it determines is the default on a given system. Using the "Jet OLEDB:Engine Type=5" parm in the connection string does not allow setting ...
|
| data report | 09 Mar 2007 21:04 GMT | 1 |
Sir, when i run my vb program and view any data report thru a from where i give criteria/option of report, first time it shows perfectly . After closing the
|
| Q: Concurrency with deletes | 09 Mar 2007 18:24 GMT | 3 |
I am hoping that somebody out there can give me some advice on the following scenarios and how to deal with it: Suppose I have a table loaded into a DataSet and there are two users A and B. Let's assume that both users upload data to the table at the same time so
|
| Accessing database records from VB | 09 Mar 2007 12:05 GMT | 3 |
Is there any difference/usage problems with the following methods of accessing records in a database?: RecordValue = recordset("Record").value RecordValue = recordset!Record
|
| VB in Access | 07 Mar 2007 18:46 GMT | 2 |
[If this is the wrong newsgroup, please direct me to the correct one(s). Thanks.] What is the difference between VB as used in Access and VB (or VBscript) not used in Access?
|