| Thread | Last Post | Replies |
|
| Access, VB and Compact Repair | 26 May 2004 12:36 GMT | 1 |
I have an Access 2000 database and a VB6 front end One of the routines in the VB6 code is to compact and repair the database I used to have Access 2002 installed and this routine worked fine (on the development machine). However, I changed to Access 2000 (can't remember the reason) ...
|
| Open DBF into MSFlexGrid? | 26 May 2004 11:38 GMT | 4 |
I would like to open DBF file to MSFlexGrid on runtime. This is how i am doing it but it doesnt work: Dim m_cn As ADODB.Connection Dim m_rs As ADODB.Recordset
|
| Database Replication | 26 May 2004 09:26 GMT | 1 |
Does anyone have any good code for accessing and synchronizing with a design master database from a VB6 application? I have one central Access 2000 database that I want to make the design master and several mobile users. The mobile users will be using the replicas but the in-house ...
|
| Hierarchial Data Or Nested Grids In DataGrid | 26 May 2004 08:26 GMT | 1 |
I need to be able to view data in the datagrid for windows forms in a hierarchial fashion as in msaccess i found an article for the asp.netgrid in the october 03 issue of current edg but how can i do this in the windows form datagrid
|
| ADOX created query not visible from Access | 26 May 2004 05:47 GMT | 3 |
I'm creating a parameter query using ADOX. The query is stored in the Access database (I can see and use it from code) but I can't see it when I open the database with Access. I've tried .Refresh, view hidden and system objects, but there's no change Here's the code
|
| Lost Database connectivty after OS updgrade. | 26 May 2004 02:47 GMT | 4 |
i have 3 vb6 apps on a bunch of win nt 4 sp6 machines that work perfectly fine. i have upgraded 4 machines to windows 2000 sp 3 and now 2 of them cannot connect to the databases. i have installed mdac 2.8, and the lastest jet engine files but that had no
|
| create multiples Stored Procedures usign ADOB command | 26 May 2004 02:00 GMT | 4 |
I'm using an ADODB command to create multiples Stored Procedures on a DB. Into query analyzer, to run a query batch, GO command is used to run all the creation processes. 1. - If I execute the Command using GO keyword, and Error is showed:
|
| How to assign an Integer to a Recordset.Bookmark | 26 May 2004 01:56 GMT | 1 |
I am writing a VB program using ADO to create and insert a record into a SQL Server 2000 table. My intent is to place the user (in a grid browse of the records from the table) at the record just created to allow further processing with that record.
|
| How can i connect btrieve database | 25 May 2004 21:16 GMT | 1 |
How can i connect btrieve database (6.15) from visual basic (6.0 sp5)
|
| try again: on error does not work for me | 25 May 2004 20:35 GMT | 2 |
It's been a few days now and I still can't get this simple thing to work. I hope this (ALMOST DUPLICATE) post will get me some help. I have a vb6 app, mdac 2.8, sqlserver7 The problem is: the ON ERROR does not trap the errors thrown by ADO. When
|
| how to access MS data access 2.7 sdk ??? | 25 May 2004 15:27 GMT | 1 |
I keep getting the following when trying to create a connection to a database : Error: User defined type not declared . The declaration it is complaining about is : c1 As ADODB.Connecton
|
| VB error while fetching Fox Records on Date condition | 25 May 2004 15:17 GMT | 1 |
Hi Forum, While querying from VB 6.0 to Foxpro Database table, doing good if Date condition is not included, whenever I include date condition VB gives an error message. I think there is Date format problem:
|
| Getting the value from an auto increment field? | 24 May 2004 22:49 GMT | 3 |
List: I'm using MS DAO components 3.6 under vb6 SP5 I've a table with an autoincrement field. I've added records successfully using:
|
| Failure to open database | 24 May 2004 19:21 GMT | 2 |
I have a VB6 that can connect to an Access 97 DB, but not to my Access 2002 DB. I have installed SP5 but that is the only thing I have done so far. What am I missing?
|
| Recordset trims values | 24 May 2004 14:25 GMT | 1 |
I have some VB 6 code that has been working for the couple of years, and 2 months ago I loaded the following patches on my machine mdac 2.7 setu mdac 2. mdac_type 2.5_sp
|