PLEASE: I need your advice... 
Author Message
 PLEASE: I need your advice...

Hello everyone,
I have recently developped a program in VB6 using a MsAccess97 DB that
is on a network. The problem is the overall performance of the
program. I was creating a global connexion that my forms where using
to manipulate data (I was creating query with ADODB.Recordset):

Global connexion    As New ADODB.Connection
Dim strConnect      As String

strConnect = "Provider=Microsoft.Jet.OLEDB.4.0;Persist Security
Info=False;Data Source=" & appPath & ";Mode=Read|Write"
connexion.Open strConnect

Now I must do it again and I really need to upgrade the performance.
Furthermore, my program need to access DBF files from another program,
so I'm looking to create my new database with DBF files to have the
same type of data. So...
1-How can I create DBF files.
2-Should I keep Access DB? If yes, how can I have a decent database.
3-What other DB should I be looking for with their price.
4-Any tips on VB programming that would help.
5-Should I keep VB ?
6-How can I upgrade the overall performance?

Thanks everyone,have a nice day !



Sun, 26 Oct 2003 19:58:40 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Please Help - Need Plugin Advice!!

2. Please, I need your advice

3. Please, I need your advice

4. Please, I need your advice

5. High level advice needed....please

6. TOTALLY NEW TO PROGRAMMING!!!! Need Advice Please :-)

7. Need newbie advice please

8. Registry Advice needed please

9. Table design advice needed please

10. Please read, I need advice.

11. Please help...Need advice how to do a screensaver with VB6

12. Need some advice, please.

 

 
Powered by phpBB® Forum Software