hey i found it!
i changed the host para type to str!
User Profile
Collapse
-
sql query with txt para
hey everybody
im having a trouble with a command i wrote:
select KCLIENT from CLIENTS where CLIENTNAME=?
the command sould receive a txt parameter- i guess i just dont know how to define it properly. .
CLIENTNAME is defined on my database as VARCHAR2(8 BYTE)
how do i let vb know that?
i see that in the command tab, there is an option to define para type-
i tried "adunkown".... -
-
use command connecting datagrid to database
hey everybody!, Im new in the forum & to vb6.
I want to connect a datagrid with the
.datasource, .datamember prperties.
my command requires a parameter:
select order,name from tabe1 where order=?
during run of the program i try to attach the datagrid like so:
datagrid.dataso urce = "dataenvironmen t1"
datagrid.datame mber = "my_command " & ordr_num.text
**...
No activity results to display
Show More
Leave a comment: