| Thread | Last Post | Replies |
|
| Calling a Stored procedure | 26 Oct 2004 04:14 GMT | 1 |
I can call a dtored procedure fusing the code below, Dim InvList As ADODB.Recordset Set InvList = New Recordset InvList.CursorLocation = adUseClient
|
| Append records to a disconnected recordset? | 26 Oct 2004 04:10 GMT | 1 |
In my VB6 app, i'm using ADO connected to an MS Access database. My app requires using a table as a lookup table, only problem is there are over 60k records in the table I want to look up. with over 40 megs of information in that table, obviously i don't want to do a select * and ...
|
| Create an invoice no. | 26 Oct 2004 04:03 GMT | 8 |
Hi there, does anyone know how to create an inovice no.?? I would like to create a invoice no. like SI041000001 "SI" is fine for me, but "04" means this year (2004), and "10" means this month (October), and the last 5 digits mean the autonumber which will
|
| VB6 Win98 and XP and Access. | 26 Oct 2004 03:55 GMT | 5 |
Having trouble accessing an Access database from my XP laptop. I have a routine in VB6 which retrieves records from a Access 97 database with no trouble. But when I use exactly the same code on my XP based laptop, I receive a message saying I do not have permission
|
| module ado recodrset compile error | 25 Oct 2004 18:30 GMT | 2 |
I would like to be able make available data from disconnected recordsets available to a number of forms(text boxes, navigation etc). I have tried to put the declarations in a bas module. However, I get a compile error at:
|
| dbEncrypt doesn't works with DAO 3.51 | 25 Oct 2004 18:13 GMT | 1 |
My app uses DAO 3.51 and I wanted to encrypt my database with CompactDatabase using the dbEncrypt option but it doesn't work. It didn't show any errors but the database is still readable in a text viewer.
|
| Passing arguments from subroutine | 25 Oct 2004 14:21 GMT | 3 |
I use Access XP. In VB code of my form I declared a Sub procedure where the arguments were declared by reference (what should also be a default appsing of arguments). Debuging I found out that the values (and references) of
|
| Problem with recordset with a Field being a Null | 25 Oct 2004 07:27 GMT | 1 |
Using VB6 DAO MS Access. Here is my query that I can't seem to figure out. I want to exclude all fax_numbers that do not equal "MAT" and fax_number is not NULL and red_falg = false.
|
| how can i manage database on lan base[network base]software | 24 Oct 2004 11:01 GMT | 2 |
hi my self avi currently i am developing one application in vb 6 and back end as sqlserver 7 which is used on lan.
|
| Obscuring Password in Executable | 24 Oct 2004 06:27 GMT | 1 |
We have a VB6 client that has a hard-coded loginID and password that can be viewed in a hex editor. We have a scheme for obscuring it, but would prefer to follow the accepted "best practice" if there is such a thing?
|
| Invalid operation. (Error 3219) | 23 Oct 2004 18:43 GMT | 3 |
Invalid operation. (Error 3219) I am getting this error when using the insert into statement in VB6. The data engine is DAO to connect to access2003 database. I tries the select * statement and that work find.
|
| Subquery Problem | 22 Oct 2004 23:18 GMT | 2 |
I have created a SQL statement that uses EXISTS but its generating a syntx error and I just can't see why. DB is Access2000 using ADO2.7 The query is:
|
| OverFlow Error - Client Side | 22 Oct 2004 22:17 GMT | 4 |
I have a vb form that displays the results of a stored procedure execution on a far point's spread grid.The Stored Procedure returns all the expected results ( around 67,000 Records) but i get an oveflow error after displaying around 35,000 records.
|
| The ADO outlook contact example | 22 Oct 2004 17:23 GMT | 2 |
Hi Veign I tried your code and it worked fine, but how do I make it bypass the Microsoft Exchange Setup Wizard and retrieve just the oe contacts ?
|
| Needs text-explaination to all API's | 22 Oct 2004 12:23 GMT | 3 |
Where to bay a CD containing the explaination to use all these API' s Only a few of the tousands can be found in learning-books. Thats really what we all want - I think. At least I do.
|