Any native database to use in VB, like DBF foxPro table in Visual Foxpro, with no ado connection and recordet need, like visual foxpro? 
Author Message
 Any native database to use in VB, like DBF foxPro table in Visual Foxpro, with no ado connection and recordet need, like visual foxpro?



Tue, 27 Jul 2004 08:12:29 GMT  
 Any native database to use in VB, like DBF foxPro table in Visual Foxpro, with no ado connection and recordet need, like visual foxpro?
Not really.

What is your actual question ?\

In other words, what are you attempting to accomplish ?

Why is a connection or Recordset a problem ?

I guess I dont' understand.

Gregory A Jackson MCSD, MCT



Tue, 27 Jul 2004 19:44:52 GMT  
 Any native database to use in VB, like DBF foxPro table in Visual Foxpro, with no ado connection and recordet need, like visual foxpro?
Hi,

You should distinct two different development tool types

1. Programming language
and
2. Database

VB is a tool, which allows to develop applications using
any kind of databases. It is language which you are using
to write code. You do not have any built-in tables or some
kind of internal database in it.

Other tools (like Access and others) keep everything in
one - language and database. This kind of tools usually
oriented (but not limited) to work with their own internal
database structure.

Val

Quote:
>-----Original Message-----

>.



Tue, 27 Jul 2004 20:56:47 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. ADO connection using Foxpro table (DBF) - SQL

2. Using Like with wildcard and .dbf (FoxPro database)

3. using Visual FoxPro Databases in Visual Basic 6.0

4. Using FoxPro 3.0 tables in VB using ADO

5. How to connect visual foxpro database/table in VB6

6. VB 6.0 - Visual FoxPro 6.0 Tables and VB

7. Cannot create Visual FoxPro table using ADO

8. NEED FOXPRO/VISUAL FOXPRO PROGRAMMER!!!!

9. Use Ado to open Foxpro 3.0 Dbf Table!!!

10. Access Table to FoxPro dbf

11. Getting rid of read only status on Foxpro database used in Visual Basic 6 application

12. Accessing a Visual Foxpro 3.0 Database using VB4 pro

 

 
Powered by phpBB® Forum Software