user1621933
user1621933

Reputation: 3

Respak database connection with PHP

How to connect with Respak database from PHP. I need to insert a user in respak database if it is not already existing there..

Is there any documentation available for this ? I didnt find anything in internet.

Upvotes: 0

Views: 192

Answers (1)

user1844105
user1844105

Reputation: 48

Actually this is not a complex thing. Two methods are available for this.

You can connect to the ResPAK with a firebird database in the following 2 ways

1) Connect to Respak using firebird from PHP itself.

2) If you have any problem connecting firebird in PHP, then you can use .Net for connecting firebird and Respak. It is more easy. Write required functions in .net interface and call them as webservices from PHP. I am using this way for my project.

Thanks,

Harry,

http://www.innovativewebz.com

Upvotes: 1

Related Questions