| Thread | Last Post | Replies |
|
| user-definet type not defined | 03 Dec 2004 14:59 GMT | 2 |
this works in one project.... when i copy paste it to another project it doesn't work.... instead i get 'user-defined type not defined' error message Private Sub Form_Load() FrmKlijenti.Top = 7095
|
| Newbie: Can someone please help with creating table | 03 Dec 2004 10:00 GMT | 2 |
I want at runtime to create a new acces database en add fields to it. Here is a piece of my code. By my knowledge everythigh goes right until I try to append my tabledefinition to the database. I really don't understand what I am doing wrong here. So can someone help me out ?
|
| Anyone know how to abort event triggered by changing control's attributes in VB? | 03 Dec 2004 05:44 GMT | 1 |
|
| REQ: Advice Using (data)control (DAO database) | 03 Dec 2004 02:39 GMT | 1 |
I have a database using DAO and a query. Now i'd like to show the results in a "data control". I only have to display the query results (no editing at all) In my app. the user can select a database (all databases have the same
|
| Run query using VB6 and DAO | 02 Dec 2004 19:18 GMT | 3 |
I'am new to database programming so please be patient. I created a database with one table (two fields) and one query (both fields from the table and sorted) Now i'd like to run this query from my VB6 application with some input.
|
| FTP and Import CSV file via VB into SQL Server 2000 | 02 Dec 2004 15:56 GMT | 2 |
Hello - I have a project where I would like to FTP a file from and FTP server, read the comma-delimited file and import the data into SQL Server 2000 from a VB6 application. Today, we have a DTS package that must be written/scheduled on another
|
| Use An Access Query with an ADO Data Control | 01 Dec 2004 22:59 GMT | 1 |
I have a rather large database (Lots of field in different Tables) that I call in VB6. It has 6 tabs on a form, each tab containing a different tables data related by an ID. E.g. Personal Details in Tab 1, Current Staus in
|
| Roll Your Own Database? | 01 Dec 2004 22:31 GMT | 4 |
I'm considering 'rolling my own database' rather than using an off the shelf package such as MS Access. I'm just looking at what pros and cons there might be at doing such a thing. Let me tell you about my app:
|
| Error 'The precision is invalid' when calling db-procedure from VB | 01 Dec 2004 18:54 GMT | 1 |
I get the precision error message when trying to execute a stored procedure. The NT (with RDO) version af the application works - even when run on XP. I'm porting the program to XP and changing db interface to ADO (2.6). The prodedure parameters include money and large (16,3) ...
|
| SQL Server 2000 Error in Visual Studio 2003 | 01 Dec 2004 17:20 GMT | 1 |
I am trying to access a database that was converted from SQL 6.5a to SQL Server 2000, however after creating the connection in the Server explorer I get an error when trying to open a table. The error is : "ADO error: Line 1 Incorrect syntax near 'COLLATE'"
|
| ERROR # 6 Item not found in this collection. | 01 Dec 2004 13:46 GMT | 2 |
When I insert about 45000 records in access thru VB Is there anyway to able to accept 100000 records or more by changing a setting ???
|
| Multi-user txt file as database? | 01 Dec 2004 12:55 GMT | 2 |
I'm working on a very small multi-user database app for read-only purposes. The database is a delimited txt-file. I have connected a Data Control (VB6) to the txt-file and it all works but only for a single user.
|
| Requerying doesn't works | 01 Dec 2004 09:07 GMT | 1 |
I'm developing a VB6 application I've got an ADO Data Control and a Recordset Object pointing to the same table, now I insert a new record on the ADO Data Control, but that new record doesn't appears in the Recordset Object even if I call the Requery
|
| Where to put an ado object? | 01 Dec 2004 09:07 GMT | 6 |
I was always told to put a data object on a form, and refresh it in the load event. With multiple forms, do you repeat the process and put a data object on each form - this would seem very confusing with all those recordsets to take care of as changes are made with updates
|
| missing microsoft data source locator | 01 Dec 2004 09:06 GMT | 1 |
I have a program that I developed using a data environment & everything was working fine but out of nowhere now when I click on properties for my DE I get an error message "missing microsoft data source locator". Of course I have no connection to my database when I run the ...
|