| Thread | Last Post | Replies |
|
| SQL REPLACE function does not work thru ADO/DAO/OLE layer | 12 Nov 2004 14:36 GMT | 1 |
Windows 2000 Professional installed with Service Pack 4. MDAC 2.8 installed. Visual Basic 6.0 installed with Service Pack 5. SQL REPLACE function executes fine in a Access 2003 Query window with an
|
| Where comchecker gone? | 12 Nov 2004 04:04 GMT | 7 |
I've been searching newsgroups for a problem with ado and every post I read says I should download component check (comcheck.exe or cc.exe) but every link I've found no longer works. Anyone know what's happened to this or another place to find it?
|
| ADOCE and Embedded Visual Basic?? or something else....? | 12 Nov 2004 01:07 GMT | 1 |
Did anyone try to use ADOCE in Embedded Visual Basic to connect to database in Sybase 6? On Pocket PC of course. Please, do you have any tips that can help me? How should the connectionstring look like??
|
| ADO.NET | 11 Nov 2004 19:40 GMT | 1 |
What is the best text to learn ADO.NET?
|
| Problem with Recordset Find method | 11 Nov 2004 18:24 GMT | 4 |
I am using an ADO record set object in an ASP page. <object CLASSID="clsid:BD96C556-65A3-11D0-983A-00C04FC29E33" ID="DCTblData"> <param NAME="SERVER" VALUE="<%=Application("RDSConnStr")%>"> </object>
|
| Can't enumerate indexes and keys using ADOX 2.8 | 11 Nov 2004 16:44 GMT | 2 |
I'm trying to enumerate the indexes and keys of a table using the ADOX Catalog, and I get the following error message: Run-time error '3251': Object or provider is not capable of performing requested operation.
|
| MSHFLEXGRID problems with selection | 11 Nov 2004 14:48 GMT | 1 |
I've created a code that filters some data in a mshflexgrid and that shows them in a list view. That's the code: Private Sub MSHFlexGrid1_Click()
|
| Visual Basic code for insert or update Database | 11 Nov 2004 14:34 GMT | 1 |
Greetings, Thank you for your time! I would like to add some more visual basic code that would allow me to enter the current code message box results into an Oracle table. I
|
| DAO instructions | 11 Nov 2004 13:17 GMT | 1 |
Can someone recommend a text that explains and instructs in the use of DAO? Thank you, Jim Y
|
| CHANGE PAPER ORIENTATION OFS YSTEM DEFAULT PRINTER | 11 Nov 2004 12:57 GMT | 1 |
Hi dear Helpers, Does anyone knows how to change the paper orientation of ssytem printer in code section. Ex.
|
| UpdateBatch vs. Immediate? | 11 Nov 2004 03:32 GMT | 4 |
I need to spin through a huge table (500,000+ records), look up information in two other tables (based on values extracted from each "master" record). Then I need to place the original master entry into a second table and delete it from the original table.
|
| hide username/password-property in connection-string | 11 Nov 2004 03:26 GMT | 1 |
I have a dll which offers a ado-connection to a database. The dll uses an internal user. Developer who uses this connectiion can see the user/password in the connection string. how can i prevent this?
|
| Parsing WHERE clause with VB 6.0 | 11 Nov 2004 02:46 GMT | 1 |
Background: I'm working on an application that is currently in a partially-ported state going from Vision to VB 6 (I am not the only one working on the overall application), and one part of the application for which I am responsible involves allowing the user to
|
| ByRef argument type | 11 Nov 2004 02:17 GMT | 7 |
> 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 |
| Create Table From Recordset | 10 Nov 2004 22:30 GMT | 8 |
In vb6 I have an ADODB Recordset that I have developed, but I need to write it to a temporary table. Unfortunately, the dimensions of the recordset change frequently, so my code doesn't know how big it is.
|