data envirement question
How can i make a command for a connection of my DE at runtime? I've tried
somthing like this:
public opdr as adodb.command
set opdr = new adodb.command
opdr.ActiveConnection = conn.avd
opdr.CommandText = "select * from tabel"
opdr.Execute
i don't get an error but when i try to bind it to a textbox it just won't
work.
|