View Full Version : VB6 e database Access condiviso
roby1483
24-09-2004, 15:49
Salve a tutti,
In passato ho lavorato più volte con i database Access e VB6 usando sempre il controllo Data. Adesso mi trovo a dover scrivere un'applicazione che funzioni in rete locale quindi devo poter gestire accessi contemporanei al DB. come faccio a fare questo? Posso continuare ad usare semplicemente il controllo Data o devo accedere al DB in altro modo?
Grazie mille a tutti ;)
Fenomeno85
24-09-2004, 21:05
la sincronizzazione la fa il DBMS ;)
~§~ Sempre E Solo Lei ~§~
roby1483
24-09-2004, 21:19
Quindi non devo usare fonti ODBC o raba simile? Posso semplicemente usare i controlli Data come ho sempre fatto?
Fenomeno85
24-09-2004, 21:33
Originariamente inviato da roby1483
Quindi non devo usare fonti ODBC o raba simile? Posso semplicemente usare i controlli Data come ho sempre fatto?
penso proprio di si
~§~ Sempre E Solo Lei ~§~
roby1483
24-09-2004, 21:42
Ma allora qual'è il vantaggio di registrare una fonte dati ODBC?
Per quel poco che ne avevo sentito parlare mi sembrava servisse proprio a tale scopo. Potrei anche sbagliarmi, non a caso ho postato quì prima di iniziare a buttare giù del codice.
Fenomeno85
24-09-2004, 21:48
ODBC
Last modified: Monday, August 16, 2004
(pronounced as separate letters) Short for Open DataBase Connectivity, a standard database access method developed by the SQL Access group in 1992. The goal of ODBC is to make it possible to access any data from any application, regardless of which database management system (DBMS) is handling the data. ODBC manages this by inserting a middle layer, called a database driver , between an application and the DBMS. The purpose of this layer is to translate the application's data queries into commands that the DBMS understands. For this to work, both the application and the DBMS must be ODBC-compliant -- that is, the application must be capable of issuing ODBC commands and the DBMS must be capable of responding to them. Since version 2.0, the standard supports SAG SQL.
~§~ Sempre E Solo Lei ~§~
roby1483
24-09-2004, 22:18
Grazie mille ;)
Fenomeno85
24-09-2004, 22:26
Originariamente inviato da roby1483
Grazie mille ;)
de nada ;)
~§~ Sempre E Solo Lei ~§~
vBulletin® v3.6.4, Copyright ©2000-2025, Jelsoft Enterprises Ltd.