Se herunder. Du kan distribuere databehandlingen mellem klienten (brugerens PC) og web serveren. Er det det du vil, eller vil du blot lave en web server med en local database hvor brugerens PC ikke laver datahåndtering, men som blot er brugerens interface ?
If the web application you are developing provides clients with the ability to access data, you can distribute the processing of that data between the client and the server. The technology that makes it possible to distribute database processing to the client is the Remote Data Service (RDS). Client-side RDS components send queries to the Web server. The server-side RDS components process these requests and send them to the Database Management System (DBMS) via a business object. The DBMS responds to the request, sending back the data. The RDS components on the Web server transform that data into an ADO Recordset object. The data is parsed for transport to the client and sent back across the network to the client computer where it may be displayed in data-aware controls, such as a text or combo box.
I forbindelse med VB ville jeg bruge ADODB (såvidt jeg husker det hedder) og ikke RDS. RDS er beregnet til browsere. Hvad vil du lave - browser som klient eller et VB program som brugeren anvender som klient ?
Nå jeg tror jeg lukker spørgsmålet. Det er vist ved at være forældet!
Synes godt om
Ny brugerNybegynder
Din løsning...
Tilladte BB-code-tags: [b]fed[/b] [i]kursiv[/i] [u]understreget[/u] Web- og emailadresser omdannes automatisk til links. Der sættes "nofollow" på alle links.