| Thread | Last Post | Replies |
|
| [Microsoft][ODBC SQL Server Driver]Communication link failure | 13 Apr 2005 02:51 GMT | 6 |
I have a VB6 application running on Windows 2000 Proferssional and SQL 2000 SP3. Every once in a while I get a SQL error saying "[Microsoft][ODBC SQL Server Driver]Communication link failure". All my queries are very
|
| Password prompt | 12 Apr 2005 23:46 GMT | 5 |
I am using VB6 with an Access2002 sp2 database without any password protection. I have no problem to access the database until I try to print reports. MS access password prompt appears. It only happened to one of my clients computer. Need help.
|
| Using SQL UPDATE statment with ADO | 12 Apr 2005 16:14 GMT | 2 |
Hello VB experts can you help with a problem with my syntax. With the code below Im trying to update a field called 'Path' in a table 'tSchoolDetails' to 'dlgDialog.filename' (file selected in the common dialog), I get the following
|
| vb6.exe source extraction | 12 Apr 2005 12:37 GMT | 1 |
does anyone have vbRezQ by any chance? would be most helpful as some b*&%$£D Erased my files thanks --------------= Posted using GrabIt =----------------
|
| Problems with opening DBF with ADO | 11 Apr 2005 20:54 GMT | 3 |
I need to write a program that can open different Dbase files. If have write a routine to open a DBF ( see below). if i use the connectionstring i get the error 'c:\Moeder.dbf' is not a valid Path while
|
| Assigning SQL Query to a Variable | 11 Apr 2005 19:58 GMT | 2 |
I'm wondering if someone can lend a hand with this. I have a fairly simple VB6 application that's connected to an Access database that contains one table. I have the following bit of code: Data1.RecordSource = "SELECT ColC FROM tblTable1 WHERE ColA = 'Total' AND
|
| stored procedures | 11 Apr 2005 17:08 GMT | 1 |
I am starting to play with stored procedures in VB and MySQL. When I call the procedure in VB, it returns a SQL syntax error. It looks it places a space between the { and the procedure name, and that it causing it to fail. Any suggestions on how to successfully call a stored ...
|
| date lookup problems-HELP | 10 Apr 2005 14:32 GMT | 2 |
I am working on a VB6 project with Access 2000 and have a problem looking up data. There are essentially 3 lookups in the project, two by text, and one by date. I have tried everything I know to get the date working: maybe I need to do something like a date conversion routine? ...
|
| ADO connection error | 10 Apr 2005 08:52 GMT | 2 |
I am beginner and get error when trying to compile. Compile error: Can't find project or library pointing to error in code is
|
| Bill Vaughn's "ADO Command Strategies" from 10/2000 | 09 Apr 2005 18:23 GMT | 4 |
In: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnvbdev00/html/ vb00j1.asp I found the following recommendations: ---------begin snip-----------------
|
| Visual Basic Job Opportunity | 08 Apr 2005 18:17 GMT | 2 |
We are looking for a Visual Basic 6/NET developers Project : - Requirements and Use Case prototipation tools _ Internal Tools maintenence
|
| Strange Question | 08 Apr 2005 15:54 GMT | 4 |
Set DatSecondary = frmLogin.dB.OpenRecordset("select * from unit_type _ order by type_id") units = DatSecondary.RecordCount I KNOW that there are 10 records in this table...
|
| What could I have done wrong?? | 08 Apr 2005 15:53 GMT | 1 |
I've just used the "Data Form Wizard" in VB6. This is a starting point for me to learn something about data management in VB6 So that's all I did... used the wizard. Didn't do anything else, I swear.
|
| Strange ADO prob in XP | 08 Apr 2005 11:55 GMT | 3 |
Currently running a VB5(!) application using ADO into Jet. Did some maintennance programming, and obviously I'm using slightly different ADO to most client computers. Works great on my XPsp2 machine.
|
| Runtime error 713 | 08 Apr 2005 08:07 GMT | 1 |
I have a VB6 app that uses DAO. A while back we went from DAO 3.5 to DAO 3.6 and old, old installs that were still using Access 2 databases needed to be converted to Access 97. On a couple of recent upgrades to users who have XP Pro and appear to have a newer version of Access, ...
|