Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 4 of 4 total
Thread How can I use dbisam as client\server in vb6
Tue, Jul 6 2010 9:04 AMPermanent Link

unforgiven

Hello All
this is my first post.
i have a question about dbisam . i used dbisam in vb6 and made my database.i did use ADO to connect database .i successed to read and write in table database and it's ok . but i don't know how can i use my prog as client\server ?
I need some example code.is there any way to forbiden confilict users to write data in sametime ?
pls quide me

thank's all
Wed, Jul 7 2010 12:54 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

<< i have a question about dbisam . i used dbisam in vb6 and made my
database.i did use ADO to connect database .i successed to read and write in
table database and it's ok . but i don't know how can i use my prog as
client\server ? >>

It works in the same way.  The only difference is the connection string that
you use:

http://www.elevatesoft.com/manual?action=viewtopic&id=dbisam4odbc&topic=Connection_Strings

"ConnectionType" attribute controls this.

<< I need some example code.is there any way to forbiden confilict users to
write data in sametime ? >>

Yes, you can use the Server Administration Utility that comes with the
DBISAM Additional Software and Utilities download:

http://www.elevatesoft.com/download?action=info&category=dbisam&type=dbisamadd&version=4

to administer the server.  You can set up users and user rights for any
database.

--
Tim Young
Elevate Software
www.elevatesoft.com
Fri, Jul 9 2010 9:43 AMPermanent Link

unforgiven

"Tim Young [Elevate Software]" wrote:

<< i have a question about dbisam . i used dbisam in vb6 and made my
database.i did use ADO to connect database .i successed to read and write in
table database and it's ok . but i don't know how can i use my prog as
client\server ? >>

It works in the same way.  The only difference is the connection string that
you use:

http://www.elevatesoft.com/manual?action=viewtopic&id=dbisam4odbc&topic=Connection_Strings

"ConnectionType" attribute controls this.

<< I need some example code.is there any way to forbiden confilict users to
write data in sametime ? >>

Yes, you can use the Server Administration Utility that comes with the
DBISAM Additional Software and Utilities download:

http://www.elevatesoft.com/download?action=info&category=dbisam&type=dbisamadd&version=4

to administer the server.  You can set up users and user rights for any
database.

--
Tim Young
Elevate Software
www.elevatesoft.com
===========================================
thaks to reply,how can i make backup, restore and compress data in vb6 ? is there anyway?
but apparently there is no vb6 source code !!!
pls put some vb source as practical
thanks again
Mon, Jul 12 2010 3:21 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

<< how can i make backup, restore and compress data in vb6 ? is there
anyway? >>

No, you cannot use VB6 to do backups in DBISAM currently.  There are no SQL
equivalents in DBISAM for backing up a database, although I can see about
adding them for the next DBISAM minor release.

<< but apparently there is no vb6 source code !!! >>

VB6 uses ODBCDirect to access ODBC drivers for various database engines, and
the only difference between DBISAM and any other database is the SQL syntax
and the connection strings, both of which are covered here:

http://www.elevatesoft.com/manual?action=topics&id=dbisam4&product=d&version=7&section=sql_reference

http://www.elevatesoft.com/manual?action=viewtopic&id=dbisam4odbc&topic=Connection_Strings

--
Tim Young
Elevate Software
www.elevatesoft.com
Image