| Thread | Last Post | Replies |
|
| how to use GetRows() with VBscrip (ASP)? | 05 Nov 2004 22:58 GMT | 4 |
I want to use GetRows() instead of RecordCount, but i have some problem with array in VBscript (ASP). This is what i want to change with GetRows(): <%
|
| Problems with "WHERE field Like 'foo*'" | 05 Nov 2004 21:01 GMT | 6 |
The query "Delete * from BaseRecord WHERE Campaign Like 'C1A*'" works fine in Access, but when the same query is run via an ADO Connection object to the same Access MDB file, it doesn't delete anything. The query "Delete * from BaseRecord WHERE Campaign = 'C1A-PQ1'" works from
|
| Where are ADO Recordset properties InsertCommand, UpdateCommand and DeleteCommand? | 05 Nov 2004 20:34 GMT | 9 |
I've read MSDN documentation on ADO 2.8 API reference, ADO Recordset. I'm trying the following code under VB6: Dim rs As New ADODB.Recordset ...
|
| ineraction between 2 VB6 devlopped applications | 05 Nov 2004 13:49 GMT | 2 |
I'm running a VB6 app. and in this app, I run another VB6 app using the SHELL command (both are devloped in VB6 by myself) I want, from the first app, to write a text in the second app textbox and/or control that second app from the first one,
|
| Large ADO RecordSet Issues | 05 Nov 2004 12:18 GMT | 2 |
I'm performing a query on Active Directory using ADO, passing a command text of the mixed SQL and LDAP dialects but I seem to be having trouble witht large recordsets. We're in the porgress of migrating an online app from Win2000 to Win2003 and need to carry-out performance ...
|
| HI | 05 Nov 2004 08:42 GMT | 1 |
COULD SOMEONE TELL ME, HOW I CAN MAKE A FORM MOST LARGE THAN A SCREEN ??HAVING A SLIDE BAR. I HAVE MANY DATA IN THE WINDOW, BUT ARE VERY JAM THE CONTROLS IN THE SCREEN. CAN YOU HELPME??
|
| How to create my own VB backup program for a remote MySQL DB | 05 Nov 2004 06:22 GMT | 2 |
I understand that the basic principles to create a TCP/IP backup program for a remote MySQL DB are: a) Query/retrieve the schema. b) Query/retrieve each table and create inserts for each row of data.
|
| Value of const adCmdStoredProcedure | 05 Nov 2004 05:08 GMT | 2 |
Any one know the value of the constant adCmdStoredProcedure Thank you
|
| Access Database | 04 Nov 2004 18:48 GMT | 5 |
Hey is there a way to set up my access database to show news or a pictures set by what day it is? If so how?
|
| Connect to recordset | 04 Nov 2004 17:59 GMT | 3 |
When accessing a recordset using ado syntax, am I correct that I must be calling a defined view or SP? I have the following line: rs.Open "strSQLM", cnn, adOpenDynamic, adLockOptimistic
|
| Type mismatch | 04 Nov 2004 13:21 GMT | 1 |
I'm trying to show the result of one query in a form, but VB show me the error Type mismatch, but I really don't understand why it happens... Private Sub Form_load ()
|
| SAVE AND MODIFY.... | 04 Nov 2004 12:15 GMT | 2 |
Ado was not a problem to me... until today.... I don't know why i can't save or modify my recordset but i can delete a record... I 'm going to post a part of my code... may someone help me????
|
| ByRef argument type mismatch | 04 Nov 2004 11:45 GMT | 1 |
I wrote a a code to avoid repeating the same code after getting the result of a query, but VB said there's an error: ByRef argument type mismatch The funny thing is that code works in another application that I wrote
|
| save and modify | 04 Nov 2004 03:02 GMT | 1 |
Ado was not a problem to me,even if i'm a novice... until today.... I don't know why i can't save or modify my recordset but i can delete a record... I 'm going to post a part of my code... may someone help me????
|
| How to create my own VB backup program for a remote MySQL DB | 03 Nov 2004 17:58 GMT | 1 |
I understand that the basic principles to create a TCP/IP backup program for a remote MySQL DB are: a) Query/retrieve the schema. b) Query/retrieve each table and create inserts for each row of data.
|