| Thread | Last Post | Replies |
|
| ADO Performance, command cachezize > 1? | 20 Oct 2004 08:49 GMT | 5 |
I have setup a command and want to use a server side cursor with a cache size of 100. Using set rs = cm.execute returns a clientside cursor cache size = 1. you cannnot change this. It is by design.
|
| create Access 97 MDB programmatically?!? | 20 Oct 2004 02:02 GMT | 2 |
Hello - I'm trying to create an Access 97 MDB as well as tables w/in the db all programatically from VB - is this possible? I've seen examples for creating Access 2000 database BUT cannot create Access 97 database...
|
| ADO and "Bad" Dates | 19 Oct 2004 18:41 GMT | 6 |
First time poster, please bear with me. Maybe the post is too long. We have a library system which uses a legacy (and proprietary) SQL database. The vendor provided only a very old and proprietary ODBC driver to achieve read-only external access to the database.
|
| Things I need help with...Database Looping doesn't seems to work | 19 Oct 2004 17:32 GMT | 12 |
\Private Sub tmupds_Timer() Dim j As Long Dim leng As String Dim lret As Long
|
| Column Data Type via ADO | 19 Oct 2004 16:39 GMT | 2 |
I could not find a way to retrieve the data type of a column with ADO. Is it just not possible ? Is there another way to do it (for MS Access and MS SQL
|
| Visual FoxPro Driver | 19 Oct 2004 05:28 GMT | 10 |
We have a VB6 app that ran successfully with a .DBF databse under pre-XP Windows operating systems with a connection to the Visual FoxPro Driver. The app fails under XP when attempting to open the connection. The Visual FoxPro Driver is listed in the ODBC Data Sources for the ...
|
| Returning Table List / Collection With ADO | 18 Oct 2004 21:58 GMT | 8 |
I'm wondering if there is a way using ADO 2.5 with VBScript to return the names or a collection of of all of the tables in a MS SQL 2000 database. If possible, how so? And if not, does anyone have any suggestions on other methods of doing this?
|
| Find Method Fails on some machines | 18 Oct 2004 20:55 GMT | 6 |
I have an exe that uses the Find Method. On some machines it works and fails on others. Same code. here is the code: PlaylistClone.Find "ID='" & ptr_OnAir_id(i) & "'", , adSearchForward,
|
| Indetify Primary Key of New Record | 18 Oct 2004 15:55 GMT | 2 |
In SQL Server you can use @@IDENTITY to return the Identity value of a newly added record, but how can you do this in access. I would like to be able to return the value of a Primary Key of a newly added record.
|
| JET 4.0 and outlook access Contacts | 18 Oct 2004 07:54 GMT | 3 |
I have windows xp oulook 2003 and i create connection string Provider=Microsoft.Jet.OLEDB.4.0;Exchange4.0;MAPILEVEL=Personal|;PROFILE=Out look;TABLETYPE=0;DATABASE=C:\temp I connect and then open Recordset with SQL
|
| apostrophe problem #2 | 17 Oct 2004 22:41 GMT | 4 |
Thanks Veign for your advice. It worked well. I then tried to double up when using the Find method (I was trying to search through a Recordset for a record which had an apostrophe) but it did not find the record. However using the hash symbol did work. For example recordset.Find ...
|
| Database Access Question | 17 Oct 2004 20:14 GMT | 1 |
Dear Group, I have got 2 forms FormA and FormB. FormA's data is Found in TableA and FormB is Found in TableA & TableB through a Query we will call Query1. The relationship is a TableA (one) ==> TableB (many). When I go from FormA
|
| Search Through Bounded Recordset | 17 Oct 2004 02:32 GMT | 3 |
I know Find method of ADO but. it can find in either forward or reverse direction. i.e. total records = 500 , absoluteposition = 200. if search text before 200 or afterwards.
|
| Is there any way for me to tell if any connections exist on a given SQL database? | 16 Oct 2004 21:32 GMT | 1 |
If I log on to the master database in an SQL server, is there a way for me to tell if a non-master database has any connections to it? VB6 ADO
|
| Table copying question | 16 Oct 2004 17:19 GMT | 1 |
I have the following code which should copy a table form one access mdb to another, however it doesn't work because the CopyFrom.mdb has a database password and I can't figure out how to pass it or tell jet what it is. Any ideas?
|