Hi all.
I have analyzed the real network traffic when I'm executning a simple Query, e.g. SELECT * FROM TABLE...
Everytime you execute a query, the BDE executes "use databasename" first everytime before your query.
This is often unnecessary overhead traffic because you known which database you are working om (Mostly anyway).
Is there a way to tell the BDE to not send the "use" command?
//Nordlund
I have analyzed the real network traffic when I'm executning a simple Query, e.g. SELECT * FROM TABLE...
Everytime you execute a query, the BDE executes "use databasename" first everytime before your query.
This is often unnecessary overhead traffic because you known which database you are working om (Mostly anyway).
Is there a way to tell the BDE to not send the "use" command?
//Nordlund