Hello,
What is the difference in using "sanone" and "sacommit" in AUTOSTOPACTION propertie of ibtransaction (IBX) component?
Actually i'm using in ibtransaction settings:
read_committed
no_rec_version
wait
the properties that i'm using are:
Active=false...
Hello,
What is the difference in using "sanone" and "sacommit" in AUTOSTOPACTION propertie of ibtransaction (IBX) component?
Actually i'm using in ibtransaction settings:
read_committed
no_rec_version
wait
the properties that i'm using are:
Active=false...
Hello,
I'm with a big problem.
1. I have two databases:
blue.gdb
red.gdb
2. Well, when my program start runs I connect to "blue.gdb" and read some registers to load some variables to memory, before login (i need this database here). Then I show the form login asking for username and...
Hello,
I'm with a big problem.
1. I have two databases:
blue.gdb
red.gdb
2. Well, when my program start runs I connect to "blue.gdb" and read some registers to load some variables to memory, before login (i need this database here). Then I show the form login asking for username and...
Hello,
How do I insert a Null field into database table?
Let's say I have this fields:
name, address
I want to insert name as Carlos and address as NULL
can I do it in VB?
How I do it in SQL?
Thanks
I need to insert a null field to database but I can't
why?
dim field_number1 as string
...
sql="insert into table values ... '" & field_number1 & "')"
...
I want to insert field_number1 as NULL! I can't do it!
Could you help me?
You can use this code:
If you want to search in a database using dbgrid or
msflexgrid you can use:
dim sql1 As String
dim database1 as database
set database1 = opendatabase (app.path+"\database.mdb")
sql1="SELECT * FROM table WHERE employer_name='" & _...
Hello,
I have a network of two computers with one printer each.
If I use this code:
open "lpt1:" for output #1
print #1,"This is a DOS printer"
close #1
it will print in computer 1 that have a DOS printer,
but I want to print in my other computer (computer2)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.