BorlandTalk.com Forum Index BorlandTalk.com
Borland discussion newsgroups
 
Archives   FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

VendorLib? with SYBASE

 
Post new topic   Reply to topic    BorlandTalk.com Forum Index -> Delphi Databases (dbExpress)
View previous topic :: View next topic  
Author Message
Mark
Guest





PostPosted: Thu Mar 03, 2005 5:50 pm    Post subject: VendorLib? with SYBASE Reply with quote



Hi All,

Im using Delphi 2005 to try and connect to a sybase database - im using the
TSQLConnection component.

The database is on a SysMaster Gateway and the db version is 11.0.3

i set the host , username and password properties and i keep getting the
error:
'unable to Load libct.dll; libcs.dll'

Does anyone know how to fix this

Best Regards MArk


Back to top
John Powell (Borland)
Guest





PostPosted: Thu Mar 03, 2005 6:56 pm    Post subject: Re: VendorLib? with SYBASE Reply with quote



It would be silly of me to ask if those librarys are on your path but here I
go anyway...

Are they on your path?

"Mark" <markashcroft (AT) btinternet (DOT) com> wrote

Quote:
Hi All,

Im using Delphi 2005 to try and connect to a sybase database - im using
the
TSQLConnection component.

The database is on a SysMaster Gateway and the db version is 11.0.3

i set the host , username and password properties and i keep getting the
error:
'unable to Load libct.dll; libcs.dll'

Does anyone know how to fix this

Best Regards MArk





Back to top
Ed Blanchard
Guest





PostPosted: Fri Mar 04, 2005 3:16 am    Post subject: Re: VendorLib? with SYBASE Reply with quote



In article <42274e3d$1 (AT) newsgroups (DOT) borland.com>,
[email]markashcroft (AT) btinternet (DOT) com[/email] says...
Quote:
Hi All,

Im using Delphi 2005 to try and connect to a sybase database - im using the
TSQLConnection component.

The database is on a SysMaster Gateway and the db version is 11.0.3

i set the host , username and password properties and i keep getting the
error:
'unable to Load libct.dll; libcs.dll'

Does anyone know how to fix this

Oddly enough I had a similar problem yesterday with Sybase ASA where all
libs were on server. I tried connecting to DB from an application running
on a PC that wasn't a member of the domain... I had to connect (log in)
to a share on main Sybase server to actually connect to DB.


Cheers,
EdB

Back to top
Mark
Guest





PostPosted: Fri Mar 04, 2005 5:17 pm    Post subject: Re: VendorLib? with SYBASE Reply with quote

This sounds like the same problem - the only thing is the dSybase database
is the embedded version in a piece of hardware (SysMaster Gateway)

Im not sure if i can log on like that?


"Ed Blanchard" <edwardb(at)sgci.com> wrote

Quote:
In article <42274e3d$1 (AT) newsgroups (DOT) borland.com>,
[email]markashcroft (AT) btinternet (DOT) com[/email] says...
Hi All,

Im using Delphi 2005 to try and connect to a sybase database - im using
the
TSQLConnection component.

The database is on a SysMaster Gateway and the db version is 11.0.3

i set the host , username and password properties and i keep getting the
error:
'unable to Load libct.dll; libcs.dll'

Does anyone know how to fix this

Oddly enough I had a similar problem yesterday with Sybase ASA where all
libs were on server. I tried connecting to DB from an application running
on a PC that wasn't a member of the domain... I had to connect (log in)
to a share on main Sybase server to actually connect to DB.


Cheers,
EdB



Back to top
Mark
Guest





PostPosted: Fri Mar 04, 2005 5:21 pm    Post subject: Re: VendorLib? with SYBASE Reply with quote

Hi John,

Well its not silly at all - pehapse i should of mentioned that i am
completely new to connecting to a db using the dbExpress components. I am
used to building my own database with firebird/Interbase and use the
Interbase components with Delphi which is very sraight forward.

So the answer to your question is no.

And could you please elaborate a bit more on putting this info in my path.
or
point me in the dirction of some dummy instructions

I really apreciate your help with this

Regards Mark

"John Powell (Borland)" <john.powell (AT) nomail (DOT) com> wrote

Quote:
It would be silly of me to ask if those librarys are on your path but here
I
go anyway...

Are they on your path?

"Mark" <markashcroft (AT) btinternet (DOT) com> wrote in message
news:42274e3d$1 (AT) newsgroups (DOT) borland.com...
Hi All,

Im using Delphi 2005 to try and connect to a sybase database - im using
the
TSQLConnection component.

The database is on a SysMaster Gateway and the db version is 11.0.3

i set the host , username and password properties and i keep getting the
error:
'unable to Load libct.dll; libcs.dll'

Does anyone know how to fix this

Best Regards MArk







Back to top
John Powell (Borland)
Guest





PostPosted: Fri Mar 04, 2005 11:10 pm    Post subject: Re: VendorLib? with SYBASE Reply with quote

Verify that the path to the particular client libraries are on your path by
opening a command prompt and typing...

PATH

The directory my client libs are in is c:sybaseOCS-12_5dll

"Mark" <markashcroft (AT) btinternet (DOT) com> wrote

Quote:
Hi John,

Well its not silly at all - pehapse i should of mentioned that i am
completely new to connecting to a db using the dbExpress components. I am
used to building my own database with firebird/Interbase and use the
Interbase components with Delphi which is very sraight forward.

So the answer to your question is no.

And could you please elaborate a bit more on putting this info in my path.
or
point me in the dirction of some dummy instructions

I really apreciate your help with this

Regards Mark

"John Powell (Borland)" <john.powell (AT) nomail (DOT) com> wrote in message
news:42275dcd$1 (AT) newsgroups (DOT) borland.com...
It would be silly of me to ask if those librarys are on your path but
here
I
go anyway...

Are they on your path?

"Mark" <markashcroft (AT) btinternet (DOT) com> wrote in message
news:42274e3d$1 (AT) newsgroups (DOT) borland.com...
Hi All,

Im using Delphi 2005 to try and connect to a sybase database - im using
the
TSQLConnection component.

The database is on a SysMaster Gateway and the db version is 11.0.3

i set the host , username and password properties and i keep getting
the
error:
'unable to Load libct.dll; libcs.dll'

Does anyone know how to fix this

Best Regards MArk









Back to top
Mark
Guest





PostPosted: Mon Mar 07, 2005 11:20 pm    Post subject: Re: VendorLib? with SYBASE Reply with quote

Hi John

Thanks for your speedy responce
I have typed PATH into a command prompt but sybase is not installed on my
local machine and wasn't mentioned in the result from doing this.

Do i need to install the same version of Sybase on my local machine that the
SysMaster gateway is using?

I am confused - Was i wrong in thinking that the app just needs to link to
these libraries on the hardware running the sybase database.

Your help is greatly apreciated

Regards MArk

"John Powell (Borland)" <john.powell (AT) nomail (DOT) com> wrote

Quote:
Verify that the path to the particular client libraries are on your path
by
opening a command prompt and typing...

PATH

The directory my client libs are in is c:sybaseOCS-12_5dll

"Mark" <markashcroft (AT) btinternet (DOT) com> wrote in message
news:42289914 (AT) newsgroups (DOT) borland.com...
Hi John,

Well its not silly at all - pehapse i should of mentioned that i am
completely new to connecting to a db using the dbExpress components. I
am
used to building my own database with firebird/Interbase and use the
Interbase components with Delphi which is very sraight forward.

So the answer to your question is no.

And could you please elaborate a bit more on putting this info in my
path.
or
point me in the dirction of some dummy instructions

I really apreciate your help with this

Regards Mark

"John Powell (Borland)" <john.powell (AT) nomail (DOT) com> wrote in message
news:42275dcd$1 (AT) newsgroups (DOT) borland.com...
It would be silly of me to ask if those librarys are on your path but
here
I
go anyway...

Are they on your path?

"Mark" <markashcroft (AT) btinternet (DOT) com> wrote in message
news:42274e3d$1 (AT) newsgroups (DOT) borland.com...
Hi All,

Im using Delphi 2005 to try and connect to a sybase database - im
using
the
TSQLConnection component.

The database is on a SysMaster Gateway and the db version is 11.0.3

i set the host , username and password properties and i keep getting
the
error:
'unable to Load libct.dll; libcs.dll'

Does anyone know how to fix this

Best Regards MArk











Back to top
John Powell (Borland)
Guest





PostPosted: Mon Mar 07, 2005 11:32 pm    Post subject: Re: VendorLib? with SYBASE Reply with quote


"Mark" <markashcroft (AT) btinternet (DOT) com> wrote

Quote:
Hi John

Thanks for your speedy responce
I have typed PATH into a command prompt but sybase is not installed on my
local machine and wasn't mentioned in the result from doing this.

Reinstall the client if you aren't sure it was configured correctly.

Quote:

Do i need to install the same version of Sybase on my local machine that
the
SysMaster gateway is using?

The same version would probably be ideal.

Quote:

I am confused - Was i wrong in thinking that the app just needs to link
to
these libraries on the hardware running the sybase database.


Just how is the app 'linking' to the libraries on the server? DBExpress will
dynamically load the client libraries when it attempts to make a connection
to the server without these client side libraries no connection can be
created. Put another way, you need the sybase client installed on the client
machine if you are going to be connecting to a sybase server.

Did I not understand the issue?

../John

Quote:
Your help is greatly apreciated

Regards MArk

"John Powell (Borland)" <john.powell (AT) nomail (DOT) com> wrote in message
news:4228eacc$1 (AT) newsgroups (DOT) borland.com...
Verify that the path to the particular client libraries are on your path
by
opening a command prompt and typing...

PATH

The directory my client libs are in is c:sybaseOCS-12_5dll

"Mark" <markashcroft (AT) btinternet (DOT) com> wrote in message
news:42289914 (AT) newsgroups (DOT) borland.com...
Hi John,

Well its not silly at all - pehapse i should of mentioned that i am
completely new to connecting to a db using the dbExpress components. I
am
used to building my own database with firebird/Interbase and use the
Interbase components with Delphi which is very sraight forward.

So the answer to your question is no.

And could you please elaborate a bit more on putting this info in my
path.
or
point me in the dirction of some dummy instructions

I really apreciate your help with this

Regards Mark

"John Powell (Borland)" <john.powell (AT) nomail (DOT) com> wrote in message
news:42275dcd$1 (AT) newsgroups (DOT) borland.com...
It would be silly of me to ask if those librarys are on your path but
here
I
go anyway...

Are they on your path?

"Mark" <markashcroft (AT) btinternet (DOT) com> wrote in message
news:42274e3d$1 (AT) newsgroups (DOT) borland.com...
Hi All,

Im using Delphi 2005 to try and connect to a sybase database - im
using
the
TSQLConnection component.

The database is on a SysMaster Gateway and the db version is 11.0.3

i set the host , username and password properties and i keep getting
the
error:
'unable to Load libct.dll; libcs.dll'

Does anyone know how to fix this

Best Regards MArk













Back to top
Display posts from previous:   
Post new topic   Reply to topic    BorlandTalk.com Forum Index -> Delphi Databases (dbExpress) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2006 phpBB Group
SEO toolkit © 2004-2006 webmedic.