| Thread | Last Post | Replies |
|
| VB6 Error when trying to open Access Database (Permissions)? | 05 May 2004 08:38 GMT | 3 |
When trying to open an Access type Database in VB6 using the OpenDatabase command I get the following message "The Microsoft Jet database engine cannot open the file <name>. It is already opened exclusively by another user, or you need permission to
|
| Long table name support ?? | 05 May 2004 02:31 GMT | 2 |
Greetings to all.. I've a simple Qs to VB (6.0) cum ACCESS DB (2000) gurus. In VB, can I query a long table name ..E.g "Select * from [big and long tablename]" ? if no, any alternatives beside rename it.
|
| connecting to sql with odbc dsn name fails | 04 May 2004 18:45 GMT | 1 |
the following code states taht sql server does not exis Dim GetConnectionString As Strin Dim newitem As Objec Dim con As ADODB.Connectio
|
| How do I convert Access Dates To Visual Basic Dates | 04 May 2004 17:06 GMT | 1 |
I have an Access Database that has a Date/Time Field. I want to read the date into a Visual Basic variable. But Visual Basic has its own date type, and I don't know if its date type is the same as Access's date type.
|
| Move window with Sendmessage | 04 May 2004 11:26 GMT | 1 |
This thread was posted in comp.lang.basic.visual. When you use this method (SendMessage) to move windows, why doesn't it work with Frames, Drive Boxes, or Combo Boxes. I threw this code together. Original code for thread is below. All other windows (controls) shown work. Windows XP ...
|
| Add index to Access database table's fields. | 03 May 2004 22:54 GMT | 1 |
I've got an existing table in a database with the following setup: Table: tblData Field1: ID (Long Integer) Field2: LineNum (Integer)
|
| XP SP2 vs. Jet/ADO - Error in simple query? | 03 May 2004 19:04 GMT | 2 |
I have an app that has been installed successfully on dozens of machines. The app is written in VB6 (SP5), and used ADO 2.5 to connect to a local Access 2000 database. After connecting to the database, one of the first things the app does is a
|
| Strange behaviour of Datagrid. Who has a clue? | 03 May 2004 18:59 GMT | 1 |
who can help me out on a strange problem? Ik created a small app with vb6p (on w2kp). It worked fine, and i copied the generated .exe (68k) on my laptop (XPH) It complained about some missing ocx'es, so i downloaded them from the
|
| FoxPro vs. SQL Server | 03 May 2004 16:18 GMT | 1 |
How hard would it be to port a client side vb program that currently accesses MS Access to access a FoxPro database. Or is it possible?
|
| select part of string | 03 May 2004 13:17 GMT | 1 |
Is it possible to find a certain part in a string? I need the last part of the string which is after the last backslash in the string. The string can contain more than one backslah but i never know how much. Example:
|
| "unable to lock database" | 03 May 2004 05:30 GMT | 4 |
This problem may cut accross a couple of feeds so I'll try this one first: I have some VB which opens a database file. The enviornment is XP Pro on a domain, and the Access database is on a client and needs to be accessed by other clients.
|
| VB - Crash When Clicked | 02 May 2004 21:55 GMT | 5 |
My vb application runs fine while it is run from VB IDE. However, when an exe file is executed, FEW of the forms crash when user try to click on any of the form buttons without firing the event i.e. code behind the button_click event doesn't executed. Program run fine if mouse is
|
| Recordset closes immediately | 02 May 2004 20:51 GMT | 2 |
I have a very simple stored procedure: CREATE PROCEDURE [dbo].[sto_SelectedBenefitGroup] @BenefitGroupID as int AS SET NOCOUNT ON
|
| Item cannot be found in the collection corresponding to the requested name or ordinal | 02 May 2004 20:46 GMT | 5 |
I have a VB6 program. While I run it in VB development environment, it is worked fine. But it is failed with the captioned error after making it as executable. Do you have anyone know what's wrong?
|
| Creating a MS Access type database for VB6 | 02 May 2004 14:20 GMT | 1 |
Is there some VB6 code I can use to create a MS Access type database or do I need to own a copy of MS Access in order to create a Database for my program? Delphi had a database creator program I was hoping that VB6 would also
|