| Thread | Last Post | Replies |
|
| VB in MS Access | 10 Feb 2004 18:54 GMT | 1 |
I had a problem in VB basic I've got a file the data is in on line but cutted by tabutators.So the data i want to have is between two tabs, how can i read the data out and write them into a "dim"?
|
| sub query based upon table in different database | 10 Feb 2004 16:45 GMT | 2 |
It seems as though this should be possible. Does anyone know for sure and if so, could you point out a reference/article Thanks, Jim
|
| Help: Calling Oracle SP from VB6 with 2 input params. How to? | 10 Feb 2004 14:44 GMT | 8 |
Just have a relatively simple questions I hope. How do I run an Oracle Stored Procedure with two input parameters using VB6. The code below look fine but at the end of this code when VB6 tries to run the RSK.OPEN command I get an error, "Parameter type is not supported." What I ...
|
| Connection testing with Oracle9i | 10 Feb 2004 12:09 GMT | 1 |
Hi guy Could anyone have a look at this procedure. I want to establish a connection with an Oracle9i database and issue a SQL command when a user clicks a button on a simple form. Am I missing anything, I've include the ADO in my project Private Sub CommandButton1_Click( Dim ...
|
| SQL Server 2000 & VB6 & Setup Factory (or equivalent) | 09 Feb 2004 16:17 GMT | 1 |
I have an interesting question. I have created a database application using vb6. This application uses sql server 2000 to store data in one database that holds five tables. I have learned how to create a setup file using Setup Factory, but I am not sure how I can add the database ...
|
| How many workstations are connected to Access DB? | 09 Feb 2004 09:27 GMT | 8 |
Is there any way to find out how many users are connected to Access 2000 (DAO) from VB6 program. I'd like to run DBEngine.CompactDatabase when the last user closing VB application. If there is at least one more user I would prefer even not to call CompactDatabase method.
|
| Change column mapping of datagrid. | 09 Feb 2004 07:53 GMT | 2 |
I have following problem using a datagrid: 1° I fill a recordset with data from a sql server (workes fine) sql="select nr, naam, voornaam, kerkhof from dossiers where naam like 'a%'"
|
| front end | 09 Feb 2004 05:40 GMT | 1 |
I am writing a piece of software to prevent school children from accessing programs and system bits you don't want them to get at. How can I get MS word to open but only allow the user to access/open/save to certain folders/directories?
|
| How to access data in ACT v6 database using DAO? (some form of dBase) | 08 Feb 2004 04:56 GMT | 3 |
I managed to extract data in an ACT v 3 database like this: Dim db as Database ' DAO Set db = OpenDatabase("E:\Database\", 0, True, "DBase 5.0;") Then I did:
|
| Delete a file on a removable disk | 08 Feb 2004 02:29 GMT | 2 |
I have a question about deleting files. I have a removable disk that stores backed up copies if a database file that are incremented according to the date. I would like to count the number of .bak files on that drive and if the
|
| Need to change A Field Size | 07 Feb 2004 12:18 GMT | 1 |
I am using DAO. and a field was created and is incorrect in size, was created at 20 char's and I need it to be 25 chars. Dim tbfNewRecords as DAO.tabledef Dim Size as Property
|
| error during install | 07 Feb 2004 04:51 GMT | 1 |
I have written an application that queries an MS Access database. It seems to work fine when installs on a windows 2000 machine and XP machine but not on a windows NT or Windows 98 machine. The program throws up an error newra the end of the installation:
|
| error during install | 07 Feb 2004 04:12 GMT | 1 |
I have written an application that queries an MS Access database. It seems to work fine when installs on a windows 2000 machine and XP machine but not on a windows NT or Windows 98 machine. The program throws up an error newra the end of the installation:
|
| DateTime value Handling | 07 Feb 2004 01:37 GMT | 3 |
What should I do if I want MSSQL 2000 Server automatically store <null> value into a DATETIME column instead of '1899.12.30', '1899.12.31' and 'AM 12:00:00'. For Example, If I run the following
|
| Need SQLAppSetupWiz for VB 6 to install app with SQL database | 07 Feb 2004 00:16 GMT | 9 |
Hello. I have Windows XP and I have SQL Server 2000 Developer edition installed, as well as Visual Basic 6 Pro. I'm using VB6 to revise & maintain my employers large application, which uses an Access database, and now they want me to change it to SQL, so I'm learning about SQL ...
|