powerbuilder 8 or 9hi all
is there a native database driver for progress databases or
how can i connect else?
thanks for helping
markus
There isn't a PowerBuilder native driver for Progress. You will need
to use an ODBC driver (or maybe a JDBC or OLEDB driver if Progress has
one.)
On 17 Jun 2004 04:27:27 -0700, markus wrote:
>hi all
>is there a native database driver for progress databases or
>how can i connect else?
>thanks for helping
>markus
ODBC (or JDBC or OLEDB if you find such drivers).
On 17 Jun 2004 04:27:27 -0700, markus wrote:
>hi all
>is there a ...
PowerBuilder 6.5 issues with an ODBC connection to a DatabasePowerBuilder 6.5 Build 444
Windows XP
********** ALSO SEE ATTACHMENTS ************
I am working on the project that we talked about in April.
We are hoping the client will be convinced to go to
PowerBuilder 10.5, but at this moment I am stuck in the 6.5
world.
We are using a new database by HP in which it is a Non Stop
System. It is an ODBC connection (ver. 3) with the drivers
developed by HP. It is SQL '9x compliant ( ANSI SQL:99 ).
After connecting I get errors when trying to retrieve a
datawindow. The first time when opening the Pre- View I get
data because of the ...
Avoiding ODBC Connections when setting up a UDB database in Powerbuilder 7.0Hi group,
i am trying to get rid of the ODBC settings that are generally
required when one tries to connect PB with UDB. Is there a way to do
that??
You would still need to have the driver registered. But you could use
a DNSless connection to avoid having to have entries for the database.
See the last half of the following:
http://teamsybase.net/blogs/?p=44
On 29 Jan 2007 04:56:50 -0800, normaltusker@gmail.com wrote:
>Hi group,
>i am trying to get rid of the ODBC settings that are generally
>required when one tries to connect PB with UDB. Is there a way to do...
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...
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 ...
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 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 ********
...
Oracle 10g Database connectivity in PowerBuilder 11.5 Desktop Version using ODBCThis is a multi-part message in MIME format.
---=_forums-1-dub4940f6b1
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 7bit
Hi,
I have installed PB 11.5 Desktop version with all the EBF`s.
I created a DSN for the Oracle 10g default ('Orcl') database
through ODBC Administrator. I was successfully able to
connect
to the database through the DSN.
Now I created a Database Profile in PowerBuilder 11.5
Desktop
version for the DSN created above. When I tried testing the
database connection I got the errors present in attached in
document...
Version of PowerBuilder (ref: Creating database for PowerBuilder)I'm using PowerBuilder v8.0 and would like to create a
notification system for my practiculum project. I'd like to
use Access to create the database. Please enlighten me on
what should I create (e.g. tables, queries) for the usage of
it.
Thank You.
Regards,
Yang Ashra
Don't double post, it's bad etiquette.
Unless you have a very good reason to do so, we recommend you don't use
Access. Use SQL Anywhere instead - it's more stable - and a far better
database in my opinion. PowerBuilder (enterprise) supports just about every
database out there, so if you...
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 4 and 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
Note: trying to access Watcom 4.0 database, and Access 97 database
Please help
Stephane
In article <gsdG7#XL9GA.178@forums.powersoft.com>, viaust@rmoc.ca says...
>>
>> When I connect to any database using Powerbuilder 4.0 I get the following
>> error messages:
>>
>>
Stephane,
See my reply to your message in the otehr news...
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...
connecting powerbuilder application to internet databaseDear guys!
I want to connect my powerbuilder application to an internet database, that
means i need to place the database ( MS Access, MySql, or Sybase Adaptive
Server Anywhere, just the database alone ) into our web space, or i want to
access the website providers database via powerbuilder application from my
internet connected PC. how can i establish the connection and how can i
implement the software.. please help!
thanks and regards,
danny
dannj@hotmail.com
tharakans@hotmail.com
...
Select in Powerbuilder Database painter WORKS but does NOT in Powerbuilder run mode.I have enclosed the actual information for a debug run. Will apprecaite any
hints.
Thanks
Jim
jimo@jdssc.com
in ls_mod_string
DataWindow.Table.Select="SELECT DISTINCT ~"inv_dtl~".~"inv_id~",
~"inv_dtl~".~"orig_cost~", ~"inv_dtl~".~"last_cost~",
~"inv_dtl~".~"regular_cost~", ~"inv_dtl~".~"orig_price~",
~"inv_dtl~".~"current_price~",
~"inv_dtl~".~"sugg_price~", ~"inv~".~"vend_id~", ~"inv~".~"style~",...