Connection of PB 6.0 to SQL Server 7.0 & Version B/W PB 6.0 and PB 7.0Can anyone tell me about connecting PB 6.0 to SQL Server 7.0. Please
remember we are not planning to upgrade both software. When I was trying to
connect PB 6.0 to SQL Server 7.0, error occurred " SQLSTAT 1003".
OS=NT 4.0 Server
PB=6.0 Enterprise Edition
SQL SERVER=7.0 Corporate Edition
I also want to know the versions between PB 6.0 to PB 7.0
If your are using the ODBC, which I assume you are, include Disablebind=1 in
your DBParm. If your deployment environment is also NT, you will have to
turn SQLSPY=1 using PFC services. Autocommit=FALSE and SetTransObject()
ra...
Help me about connecting PB 6.0 to SQL Server 7.0 & Versions B/W PB 6.0 and PB 7.0Can anyone tell me about connecting PB 6.0 to SQL Server 7.0. Please
remember we are not planning to upgrade both software. When I was trying to
connect PB 6.0 to SQL Server 7.0, error occurred " SQLSTAT 1003".
OS=NT 4.0 Server
PB=6.0 Enterprise Edition
SQL SERVER=7.0 Corporate Edition
I also want to know the versions between PB 6.0 to PB 7.0
I don't believe this is going to be possible without at least upgrading to the
latest maintenance release of 6.x.
On Mon, 23 Aug 1999 00:59:56 -0700,
in powersoft.public.powerbuilder.database
Abdul Lateef <abdul_lat...
Error connecting Pb 6.5 and Pb 7.0 to SQL SERVER 7.0 desktop(Window 98)Today(9 Sep 1999), I can't connect to SQL Server 7.0 before this i can
connect it.
It give an Error "Unable to connect : SQL Server is unavailable or does not
exist, Specified SQl Server not found ".
I have check with Query analyzer , the Query analyzer can connect very well.
Any one this have this problem, and how to solve this ???
TIA
--
Regards
Daniel Fransius
not enough information... are you trying to use OLE DB ? ODBC ? Native
driver ? What about security settings on the server ? What user id and
password are you passing ?
There is a lot of things ...
pb 7.0.3 build 10089 and sql server 7.0 : Slow ConnectionWe've got the same problem as earlier mentioned by Ken Freeman (see message
below),
but we're using pb version 7.0.3 Build 10089 and sql server 7.0?!!?
Can anyone help us?
"Ken Freeman" <kfreeman@ems.jsc.nasa.gov> wrote in message
news:p1fXadCIBHA.201@forums.sybase.com...
> We've recently upgraded from PB 6.5 to PB 7.0.2 (Build 8003).
> Before the upgrade, a connection in development mode took a few seconds.
> Now it takes several minutes.
>
> Does anyone know what might be cause the slowdown?
>
> Thanks,
> Ken
>
>
...
Powerbuilder 5.0/7.0 and MS SQL 7.0 Performance issuesWe recently converted our app from Powerbuilder 5.0 to PB 7.0 -- the app in
PB 7.0 definitely runs slower on the client PC's than it did in PB 5.0.
Now we are migrating the database from MS SQL 6.5 to 7.0 SP2. We
successfully converted the databases in a testing environment, but now the
app runs terribly slow! I don't think it's a hardware issue -- the test box
is a Compaq 8500 quad Xeon 500 w/1GB Ram. We experimented running the app
as a PB 5.0 app against MS SQL 7.0 and the problem is the same. When we
execute SQL directly against the DB outside of PB, we see no perf...
PB 6.5 connect to SQL SERVER 7.0I just want to migrate my Microsoft SQL SERVER 6.5 to SQL SERVER 7.0.
I want to know are there any problem to connect with SQL SERVER 7.0 ????
TIA
Regards
Daniel Fransius
YES. Please look in the 'database' group of early August for a discussion
topic 'PB 6.5 & MSSQL 6.5->7'.
Daniel Fransius <DanielFr@cbn.net.id> wrote in message
news:dIPJ#gh4#GA.207@forums.sybase.com...
> I just want to migrate my Microsoft SQL SERVER 6.5 to SQL SERVER 7.0.
> I want to know are there any problem to connect with SQL SERVER 7.0 ????
>
> TIA
...
Connectivity of PowerBuilder 6.5 and SQL Server 7.0Hi Guys,
I need help regarding connectivity with PB 6.5 and SQL Ser. 7.0. I am
getting an error message "DBMS MS Sql Server ... not supported in current
installation' or 'Unable to load the requested database interface".
I have required files for both the system and for PB i.e., NTWDBLIB.DLL
PBMSS60.DLL but still i am not able to connect to the database.
Please help.
Regards,
MS
Check the sybase site, there is useful infor about the matter.
Good Luck,
Alessandro Barbieri
"mahesh" <mahesh.shah@codecindia.com> wrote in message
new...
PB 6.5 and MS SQL Server 7.0 connectivityI have a PB 6.5 application running with SQL-Anywhere. I have recently
tried to re-establish the database on Microsoft SQL-SERVER 7.0. I have
loaded the native client-side software to connect to MS 7.0 and was
successful with the connection.
However, when I tried to establish a connection via the PB 6.5 development
environment (DB painter and etc.), I received a "S1003 - Program type out of
range" message from within the PB 6.5 database painter. I didn't receive
the error message when I connected to the database... but only when I tried
to actually do something thru ...
PB 6.5 to MS SQL server 7.0 connectivityGreetings
Seem to much discussion on this topic...I desperately need the answer at the
end of the book. We are upgrading to SQL 7 and MUST be live with our PB
6.5 app in 3 weeks.
PowerSoft/Sybase preferred or recommended configuration??
Please respond with any recommendations on:
PB versions / builds
PB drivers
SQL Server client software
Native drivers VS OLEDB VS ODBC etc...
PB support of 7.0 new features: specifically the 8K varchar DataType
thanks
<pc>
...
Powerbuilder 6.5 & SQL-server 6.5 <> 7.0Hi everyone,
I'm using PB 6.5 with SQS 6.5
Everything is normal until I port the program build in this environment to
a similar environment with the only difference that the database is SQS 7.0
This database is slightly different - in some tables, the fields are larger
than in the SQS 6.5 database (but the same type - char).
When the program retrieves rows in that environment I get the error message
'Data conversion resulted in overflow ...'
I have several other environments with sqs 6.5 with the same difference
(larger fields) where the program doesn't rep...
PB 7.0.2 and SQL Server 6.5 slow connectionWe've recently upgraded from PB 6.5 to PB 7.0.2 (Build 8003).
Before the upgrade, a connection in development mode took a few seconds.
Now it takes several minutes.
Does anyone know what might be cause the slowdown?
Thanks,
Ken
Try appling the 8046 EBF
"Ken Freeman" <kfreeman@ems.jsc.nasa.gov> wrote in message
news:p1fXadCIBHA.201@forums.sybase.com...
> We've recently upgraded from PB 6.5 to PB 7.0.2 (Build 8003).
> Before the upgrade, a connection in development mode took a few seconds.
> Now it takes several minutes.
>
> Does a...
problem when connecting MS SQL Server 7.0 with powerbuilder 6.5Dear All,
I have some problem when connecting MS SQL Server 7.0 with powerbuilder 6.5
The error message is:
Database transaction information not availiable.
Call SetTrans or SetTransObject function.
I have a window with 1 button and 1 datawindow
The datawindow inside contain a SQL statement
in the click event of the botton, the script is:
parent.dw_1.SettransObject(SQLCA)
parent.dw_1.retrieve()
Can anyone tell me what is the problem? And how to solve it???
Thank You Very Much!!!
It seems that the database connection is not available or not successfully
connected.
...
PROBLEM with PB 7.0.3 AND SQL SERVER 7.0 USING SQL CURSOR I am having a problem running a sql command with a cursor with Native
drivers for MS sql Server 7.0.If i use ODBC or take out the order by clause
in the statement it works fine
By the way I am running powerbuilder 7.0.3 build 10009
The error code is :
(Error 10008 (DB-Library) DB-Library Severity Level 9 Message Text ad
token from SQL Server: Datastream processing out of synchronization)
here a sample of the code
DECLARE cur_Sec1 CURSOR FOR
SELECT DISTINCT COL1,COL2
FROM TABLE1
WHERE COL1 = ???
ORDER BY COL1 ASC ; <<<<<<<<<<<
...
Error Connection To MS SQL Server 7.0 From PB 6.5.1Dear everyone:
I have Microsoft Backoffice SmallBusiness 4.5 Chinese Edition. The software
suite includes MS SQL Server 7.0. But I can not find Client ODBC Driver For
MS SQL Server 7.0 in it. My workstation OS is Windows 98 Chinese Edition.
In PB 6.5.1, when I use MSS MS SQL Server 6.x interface, I can connect to
the database in the backend server. But when I use SQL Server driver in
ODBC, I got error message. The error message is chinese. But I think the
english error message maybe like "Program Type Beyond".
I want to know how to solve it or how to get ODBC driver for M...