 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
ad Guest
|
Posted: Sat Nov 15, 2003 9:39 pm Post subject: Can OpenODBC be used with MSSQL |
|
|
I have download the OpenODBC, but when I used with MSSQL,
It can do in design time, but fail in run time with some error message like
language problem.
Can OpenODBC be used with MSSQL/
|
|
| Back to top |
|
 |
vAd Guest
|
Posted: Sun Nov 16, 2003 1:33 am Post subject: Re: Can OpenODBC be used with MSSQL |
|
|
Hello, ad!
You wrote on Sun, 16 Nov 2003 05:39:22 +0800:
a> I have download the OpenODBC, but when I used with MSSQL,
a> It can do in design time, but fail in run time with some error message
a> like language problem.
a> Can OpenODBC be used with MSSQL/
I have no problems with MSSQL.
To answer your question to me it is necessary for more information.
Read a file ReadMe.Txt from delivery and give more information (DBMS ver,
OpenODBC ver, error text...)
--
Vadim
|
|
| Back to top |
|
 |
ad Guest
|
Posted: Mon Nov 17, 2003 1:27 am Post subject: Re: Can OpenODBC be used with MSSQL |
|
|
Thank!
My OpenODBC version is 1.03, My MSSQL version is 2000,
I user ODBC Connection String as ConnectionName
and the conntent of Connection String is
DSN=SchoolGov;UID=sa;PWD=wfsa;LANG=Traditional Chinese
The dataset will be open correctly in design time, but it fall in run time
The error message is : The connection string is fail
"vAd" <vAd (AT) Unknown (DOT) ua> 在郵件 news:3fb6d261 (AT) newsgroups (DOT) borland.com 中撰寫...
| Quote: | Hello, ad!
You wrote on Sun, 16 Nov 2003 05:39:22 +0800:
a> I have download the OpenODBC, but when I used with MSSQL,
a> It can do in design time, but fail in run time with some error message
a> like language problem.
a> Can OpenODBC be used with MSSQL/
I have no problems with MSSQL.
To answer your question to me it is necessary for more information.
Read a file ReadMe.Txt from delivery and give more information (DBMS ver,
OpenODBC ver, error text...)
--
Vadim
|
|
|
| Back to top |
|
 |
Pitak Tang Guest
|
Posted: Mon Nov 17, 2003 10:00 am Post subject: Re: Can OpenODBC be used with MSSQL |
|
|
Hi,
I never have problem with MSSQL. Do you update your software in CVS ?
I latest version is 2.0.10
Regards,
Pitak
"ad" <ad (AT) wfes (DOT) tcc.edu.tw> wrote
| Quote: | I have download the OpenODBC, but when I used with MSSQL,
It can do in design time, but fail in run time with some error message
like
language problem.
Can OpenODBC be used with MSSQL/
|
|
|
| Back to top |
|
 |
ad Guest
|
Posted: Tue Nov 18, 2003 12:04 am Post subject: Re: Can OpenODBC be used with MSSQL |
|
|
Thank Sir,
But how can I update my software in CVS .
I find there are all source code in CVS, and there are so many parts.
Which files I need to download?
"Pitak Tang" <pitak (AT) thai (DOT) com> 在郵件 news:3fb89c60 (AT) newsgroups (DOT) borland.com 中
撰寫...
| Quote: | Hi,
I never have problem with MSSQL. Do you update your software in CVS ?
I latest version is 2.0.10
Regards,
Pitak
"ad" <ad (AT) wfes (DOT) tcc.edu.tw> wrote in message
news:3fb69d3d$1 (AT) newsgroups (DOT) borland.com...
I have download the OpenODBC, but when I used with MSSQL,
It can do in design time, but fail in run time with some error message
like
language problem.
Can OpenODBC be used with MSSQL/
|
|
|
| Back to top |
|
 |
vAd Guest
|
Posted: Tue Nov 18, 2003 9:25 am Post subject: Re: Can OpenODBC be used with MSSQL |
|
|
Hello, ad!
You wrote on Tue, 18 Nov 2003 08:04:23 +0800:
a> Thank Sir,
a> But how can I update my software in CVS .
a> I find there are all source code in CVS, and there are so many parts.
a> Which files I need to download?
========== cut of readme.txt OpenODBC ===============
Home page:
http://open-dbexpress.sourceforge.net/
Project Home Page:
https://sourceforge.net/projects/open-dbexpress/
Project Sources (Browse CVS):
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/open-dbexpress/dbxoodbc/
I recommend Tortoise CVS as the easiest to use Windows CVS client, from http://www.tortoisecvs.org
You will need to enter the CVS path (all on one line, including the leading
colon :
:pserver:anonymous (AT) cvs (DOT) open-dbexpress.sourceforge.net:/cvsroot/open-dbexpres
s
or
Example of loading/updating of the project from CVS by means of a batch
file.
For work it is necessary to edit a path to cvs.exe.
load_cvs_dbxoodbc.bat
=================================================================
@echo off
set path=C:Program FilesWinCVSCVSNT;%path%
rem set path=D:CygWinbin;%path%
rem ------------------------------------------------------------------------
----
echo - When prompted for a password for anonymous, simply press the Enter
key.
rem ------------------------------------------------------------------------
----
echo on
cvs -d:pserver:anonymous (AT) cvs-pserver (DOT) sourceforge.net:80/cvsroot/open-dbexpress
login
cvs -z3 -d:pserver:anonymous (AT) cvs-pserver (DOT) sourceforge.net:80/cvsroot/open-dbexpress
co dbxoodbc
=================================================================
cvs.exe for NT you can receive on http://www.cvsnt.org or having installed:
WinCVS [www.wincvs.org]
or
TortoiseCVS [http://www.tortoisecvs.org/download.shtml]
*** WARNINGS ***
1)
[http://sourceforge.net/docman/display_doc.php?docid=768&group_id=1#firewall
]
--
Access to the project CVS servers is provided via SSH (for developers) and
the CVS pserver
protocols (for non-developers). SSH uses TCP port 22; CVS pserver uses TCP
port 2401. Many
firewalls block outbound traffic on these ports, thus preventing
SourceForge.net developers and
users from accessing the project CVS servers. To work around this
limitation, we now offer the
ability to connect to the project CVS servers using alternate ports (using
different hostnames).
....
To access the project CVS server using anonymous pserver-based access from
behind a firewall, you
may connect to port 443 or port 80 of cvs-pserver.sourceforge.net. Traffic
to port 443 and to port
80 of cvs-pserver.sourceforge.net is redirected to cvs.sourceforge.net.
--
========== end of cut ===============
--
Vadim
|
|
| Back to top |
|
 |
|
|
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
|
|