| Thread | Last Post | Replies |
|
| Visual Basic 6.0 function pointers | 31 Jan 2006 15:57 GMT | 2 |
Is it possible to pass an addressof (some function) to a class and in that class call the function which the pointer points to? Thanks alot.
|
| What is escape key in access | 30 Jan 2006 20:08 GMT | 2 |
What is the excape key to use in VB so that I can pass to Access an insert statement with an apostrophe in the value? Example Dim strInsert As String
|
| Primary, Foreign Key questions | 30 Jan 2006 19:45 GMT | 2 |
Using VB6, WinXP and "Database Access with Visual Basic 6" by Jeffery McManus, I am attempting to learn the correct method of including a *working* database in my program. Since I do not have MS Access, I am using Visual Data Manager (VisData.exe) to create and/or modify my ...
|
| Automation error opening an Access DB | 30 Jan 2006 16:24 GMT | 1 |
I've a program that is executed thru an ASP page, It works fine on XP and w2k but in windows 2003 it can't open the database and sends -2147221168 - Automation error - Could not read key from registry. When I run this program from a terminal services session it works fine so it ...
|
| Suggestion for DB Connection | 30 Jan 2006 16:03 GMT | 3 |
I am using Visual Basic 6.0 and Oracle 8 as database for my project. My project is going to be an Multiuser software. The database should be accessible from other computers also. which is the best method to connect to the database using Visual basic 6.0 is it ODBC connection or
|
| Remote Data Control not consistantly retrieving data | 30 Jan 2006 13:37 GMT | 3 |
I have just received an asp application from a client who would like to host it on our server. it is an ASP application that uses Remote Data Services, which I am not exactly familiar with. On our development server it seemed to work fine, but when we copied to our live site we
|
| converting from .dbf to sql using VB | 30 Jan 2006 06:07 GMT | 5 |
I am trying to convert a database created in DBASE IV to SQL scripts which have to be run on MS-SQL server using visual basic . Can someone point me to a tutorial or to some sample code on how to do this. What objects do I need to use for this?
|
| Trying to access tabledef info | 30 Jan 2006 02:46 GMT | 2 |
I am tying to get the column attributes on a table named charges. Can someone point me to a tutorial or to some sample code on how to do this. What objects (DAO or ADO) do I need to use this?
|
| XmlReader = Leaving Blank rows !? | 30 Jan 2006 01:38 GMT | 1 |
Im really hopeing some one has already came across this problem. My problem is sending a xml document to sql server using the XmlReader fucntion. I have tested the xmlReader using a messagebox and the output is successful,
|
| Visial Basic 6 linking to MS Access 2000 database. | 30 Jan 2006 00:30 GMT | 1 |
Trying to set up a data link to an exisitng MS Access 2000 database, but getting an error message "Unrecognised database format [then the d/b file location then] Number 3343". As it will link to an old Access 97 database I assume that I need an updated
|
| Simple SELECT/WHERE Problem | 29 Jan 2006 15:44 GMT | 5 |
I have a repeatable problem that is so simple I am sure I am doing something wrong but I can't see it. I am using VB6 and SQL 2000. I have a table, named loop, with two fields in it, 'order_number' and 'qty'. I want to increment the qty count by one so I have the
|
| Online Help Problem | 27 Jan 2006 17:07 GMT | 1 |
Is there anyway to get integrated online help for ADO inside the VB6 IDE? (I.E. if I highlight an ADO property or method and press F1 it opens the help topic for that property or method. DAO does this and so do other controls or objects.)
|
| Creating the Northwind OLE DB Data source | 27 Jan 2006 14:21 GMT | 1 |
I'm having a lot of trouble trying to use this help article to understand data combo boxes: Creating a Simple DataComboApplication The first thing it says to do is to Create and OLEDB data source for
|
| dbase odbc error | 26 Jan 2006 16:36 GMT | 4 |
I created a VB6 application that reads a dbase file through ODBC and writes the data to a MS Access 2000 database. The program runs fine on my computer, Computer1. I installed it on another computer, Computer2, that was new, and it worked fine. I had a client user install it on
|
| ADO database mdb select datepart | 26 Jan 2006 15:51 GMT | 3 |
I have a question.... I have a very simple table date in(numerical) out(numerical) If my records in table were (the date format is italian-date):
|