Connection from PowerBuilder connects to InternetWe have a client who has experienced a problem I've seen posted on this
forum but can't find now.
When they connect with our application to SQLAnywhere, they're getting their
connect to AOL dialog. They can cancel out and everything works. I
remember that it's a problem with their version of the winsock.dll, but I
don't remember the recommended solution.
Thanks for you help,
James Clanton
>When they connect with our application to SQLAnywhere, they're getting their
>connect to AOL dialog. They can cancel out and everything works. I
>rem...
Client Connections and PowerBuilder connectionsWhat do I need to do to my NT box to be able to run a browser from a
client machine to run the demo database/tutorial? I am able to run the
demo from the NT server itself, but would like to test client
connectivity. My client has browser capability.
Furthermore, I am anticipating on using Jaguar as a middle tier for
accepting communications from PowerBuilder. Jaguar would then take the
SQL and pass the information onto a SYBASE SQL Server. I am not even
concerned with any of the business logic that may be involved but am
more interested in getting Jaguar to be a middle tier while...
What i-connect driver can be used for Powerbuilder 10.2.1 connect to Informix 11.50?We have powerbuilder 10.2, it use i-connect 2.8.1 to connect
to informix v7.3 database, we are planning to upgrade
informix to version 11.5, can someone tell me what version
of i-connect (or informix client sdk) can work with
powerbuilder 10.2 and informix 11.50? what powerbuilder
native driver need to be installed? can we use the most
recent i-connect version v3.5 and "IN9 informix v9.x" native
drive? anybody have any issue with this setup?
Thank you in advance.
Sorry, is the the correct place to post my question? any
TeamSybase member can help?
Thanks
Tony
I thin...
What i-connect driver can be used for Powerbuilder 10.2.1 connect to Informix 11.50?We have powerbuilder 10.2, it use i-connect 2.8.1 to connect
to informix v7.3 database, we are planning to upgrade
informix to version 11.5, can someone tell me what version
of i-connect (or informix client sdk) can work with
powerbuilder 10.2 and informix 11.50? what powerbuilder
native driver need to be installed? can we use the most
recent i-connect version v3.5 and "IN9 informix v9.x" native
drive? anybody have any issue with this setup?
Thank you in advance.
Please see you original post.
Tony wrote:
> We have powerbuilder 10.2, it use i-connect 2.8.1 to connec...
What i-connect driver can be used for Powerbuilder 10.2.1 connect to Informix 11.50?We have powerbuilder 10.2, it use i-connect 2.8.1 to connect
to informix v7.3 database, we are planning to upgrade
informix to version 11.5, can someone tell me what version
of i-connect (or informix client sdk) can work with
powerbuilder 10.2 and informix 11.50? what powerbuilder
native driver need to be installed? can we use the most
recent i-connect version v3.5 and "IN9 informix v9.x" native
drive? anybody have any issue with this setup?
Thank you in advance.
...
How can I change my connection to a different database...it is not connecting to the database I created.
My data is connected to the ASPNETDB.MDF database. Is this a must that I have it connected to this database or can I have it connected to a database that I created.
You can connect to different database such as sql or other access files.
All you have to do is to define which connection string to use within your web.config file.
If you want to make sure that your database is prepared to be used, use features such as ASPNET_REGSQL.EXE at VS Command Prompt.
Hope this helps.
Jae.jae.lee@jaeleeandco.com
I'm in the Army...here in Georgia. Is it cold there..
Hi Jae,
&nb...
powerbuilder database connectionsWhen I connect to any database using Powerbuilder 4.0 I get the following
error messages:
unable to start, server not found
Could not load interface for specified database
unable to load Powersoft ODBC DLL
Please help
Stephane
Stephane,
The system can't find PBODB040.DLL.
HTH,
Carson
----------------------------------------------------------------------------
Carson Hager Dynamic Data Solutions
Team Powersoft http://www.dyn-data.com
chager@dyn-data.com
******** Are You Ready for the Web ********
...
connecting to database from powerbuilderHello,
Is there any way to connect to database from powerbuilder
other than transaction objects..
Thanks in advance
Suby
a powerbuilder application needs transaction objects to interact with any
dbms.
what functionality are you trying to build?
sanjiv.
<Suby> wrote in message news:42d4b61b.3c60.1681692777@sybase.com...
> Hello,
> Is there any way to connect to database from powerbuilder
> other than transaction objects..
> Thanks in advance
> Suby
Hi
The transaction object is the object to be used to connect to any database?
What do you...
powerbuilder database connectionsI receive this error message when I try to connect the dbclient. "unable to
start, server not found"
When I try to connect to any type of database in Powerbuilder, I receive
these errors:
unable to load Powersoft ODBC DLL
could not load interface for specified database
Please help
Stephane
In article <TcVR68XL9GA.205@forums.powersoft.com>, viaust@rmoc.ca says...
>> When I try to connect to any type of database in Powerbuilder, I receive
>> these errors:
>> unable to load Powersoft ODBC DLL
>> could not load interface for specified ...
Cannot connect my database to PowerbuilderHi,
I am new to Powerbuilder. I am unable to run a Powerbuilder program
with the database that I have specified in the 'Database Painter'.
Could you please help me? I am able to see the tables in the painter
but when I try and run the exe after building it, it does not seem to
be pointing to that database.
Regards,
Anand Surendar
You have to populate those same attributes on the SQLCA connection
object and then issue a CONNECT statement within your application
code.
On Mon, 30 Nov 2009 18:33:22 -0800 (PST), anand_icomm
<anand09011982@gmail.com> wrote:
&g...
Connecting Jaguar object to connection cache from PowerBuilderI have the following code in PowerBuilder Jaguar User Object Activate
event to connect to the transaction object to tea_thin Oracle connection
cache which is working successfully. It fails to connect to database and
the server log shows connect failed. Any help at the earliest will be
highly appreciated.
Thanks for your time.
-Hitesh
--------------------------------------------
ErrorLogging erlinfo_base
this.GetContextService("TransactionServer", &
txnsrv)
this.GetContextService("ErrorLogging", &
erlinfo_base)
SQLCA.DBMS = "JDS"
...
Database Connection???How to connect a Database in an other server?
How to connect a Database(.mdb) in an other server?
Can I use the connection string like below?
mycon.ConnectionString="Provider=Microsoft.Jet.OLEDB.4.0; Data Source=http://www.****.com/***/mydb.mdb"
You can not.
That simple.
Access is file based. No a client/server architecture.Thomas TomiczekPowerNodes ApS(Microsoft MVP C#/.NET)---Building a Website? Try the PowerNodes CMS - http://www.powernodes.com/
Correction: you can. Just make sure you can reach the acces db file - through a file share that is bound as drive.
Not that you should. Performance will be horrib...
PowerBuilder 10 Database connectionHello,
In my previouos topic I wrote:
Hi,
>
> I have PB 10.5 and ORA 9.2 installed on Citrix MetaFrame
> server.
>
> Even though when I open database profile and hit 'Test
> Connection' button I get 'Connection Successful' message,
> there is, in fact, no connection. No tables are visible, the
> datawindows won't retrieve the data. I can, however, connect
> to ORACLE DB using ORACLE SQLPlus. PBO90105.dll and
> PBO10105.dll are in place...
>
> What am I missing?
Well, the funny part is - the 'Connection Successfu...