| Thread | Last Post | Replies |
|
| ADO - Accessing recordset field when the field name is in a variable | 07 Jul 2004 13:46 GMT | 2 |
I am using VB6 and Access 97 via ADO. My question is this: I have a variable (txtFieldName) that contains the name of a field in an already created record set. I would like to access that field in the record set using the variable name. Is this possible with Visual
|
| ADO performance | 07 Jul 2004 04:55 GMT | 2 |
I have a program as below. Since the data is huge, I found that the performance is too slow especially the following command. Is there any other options to make it faster? "rstMDB.Find "UID = " & rstPOS!UID, 0, adSearchForward, adBookmarkFirst"
|
| Best connection method for VB6 to Access DB? | 07 Jul 2004 03:22 GMT | 1 |
I am beginning a new VB6 project that will rely on a database I am building in Access. The users will not have MS Access installed on their system. I have a Reference in my project to ADO 2.7. Is that all I need to add so that people
|
| mySQL Server | 06 Jul 2004 21:55 GMT | 2 |
Can anyone direct me to sample code on how to connect to a remote MYSQL webserver with Visual Basic 6?
|
| Good Practice? Reusing the same recordset object | 06 Jul 2004 19:39 GMT | 2 |
Any knowledgeable opinions would be greatly appreciated. I query three tables until a SSN value is found. If not found, I close the recordset and reopen the same rs object with a new Sql string.
|
| Congigurating VB Script for SQL | 06 Jul 2004 16:26 GMT | 10 |
G'Day Folks, I have a script that I want to use with SQL Server. What I want the script to do, is run a query in sql for the current date time as star date time and current date
|
| hi... | 06 Jul 2004 14:21 GMT | 2 |
is there a replace or some other function that i can use to chnage some data in proces of retriving data from sql server we have a sql server with SCALA program form accounting.. and i'm retriving financial cards of subscribers thru ado i vb6 aplication for displaying ...
|
| linking querydef to visual basic data control - need help | 06 Jul 2004 12:53 GMT | 1 |
At the begining of my VB program., I can link a table to a data control such as: forMAIN.vbdCLIENT.DatabaseName = DATAPATH & FILENAME forMAIN.vbdCLIENT.RecordSource = jCLIENT.Name
|
| too much to fit in a form | 06 Jul 2004 12:53 GMT | 1 |
I have a problem displaying images on a form. The situation is a follows: There is a folder containing cd-covers. I want to display them on a form. Each time I open the form the folder must be scanned to check which cd-labels are present.
|
| Deploying MSDE2000 | 06 Jul 2004 08:50 GMT | 1 |
Is there a good way to deploy MSDE2000 from VB6? I want to handle installation status and error messages etc...
|
| USERS and GROUPS via SQL for MS Access databases | 06 Jul 2004 02:36 GMT | 1 |
How I can get via SQL the USERS and GROUPS and then membership (user is a meber from a group) for MS Access databases? Best regards Steffen
|
| opening excel file with a macro | 05 Jul 2004 18:20 GMT | 2 |
how can I get a macro to run when I open a named excel file
 Signature regards ALEX
|
| SQLDMO 'SetPassword' Method for an existing user? | 05 Jul 2004 17:35 GMT | 1 |
Hallo together! I have the problem, that i want to change the password of some SQL Server logins. Therefore a few code lines are necessary, listed below. With SetPassword it is possible to give a new
|
| handling error when Open fails | 05 Jul 2004 17:08 GMT | 4 |
I have code like the following: cnn As New ADODB.Connection On Error GoTo MY_ERROR_HANDLER cnn.Open _
|
| UpdateBatch does not insert new records | 05 Jul 2004 17:03 GMT | 1 |
Hello, there. this is the first time I am trying to use this feature: I am creating a recordset like this (in VBScript - anyway, is VBScript considered offtopic here?):
|