Database

Got an idea for enhancing SpiderBasic? New command(s) you'd like to see?
loulou2522
Posts: 51
Joined: Wed Mar 18, 2015 5:52 am

Database

Post by loulou2522 »

Is there a development for Database ? It's would be a great addiiton to Spider Basic and an extra value for this program wich promit to be a must ?
Thanks for answering.
Fred
Site Admin
Posts: 1510
Joined: Mon Feb 24, 2014 10:51 am

Re: Database

Post by Fred »

I'd like to know how you would have database included ? We can't store data on client side in a robust manner, so you need a database server side and here SB can't help.
loulou2522
Posts: 51
Joined: Wed Mar 18, 2015 5:52 am

Re: Database

Post by loulou2522 »

Fred wrote:I'd like to know how you would have database included ? We can't store data on client side in a robust manner, so you need a database server side and here SB can't help.

If the database is on server side that's will be good. What i want is only to have access to a database. If you have an exemple of integrating PHP or ASP with ado it would be great for me .
Thanks
the.weavster
Posts: 222
Joined: Sat Mar 01, 2014 3:02 pm

Re: Database

Post by the.weavster »

loulou2522 wrote:If the database is on server side that's will be good. What i want is only to have access to a database. If you have an exemple of integrating PHP or ASP with ado it would be great for me .
Thanks
PHP has great database support. I'd suggest creating a remote procedure call server in PHP and interacting with the SpiderBasic client using JSON and POST requests.
User avatar
Arbrakaan
Posts: 91
Joined: Mon Feb 24, 2014 10:54 pm
Location: Geneva
Contact:

Re: Database

Post by Arbrakaan »

the.weavster wrote:
loulou2522 wrote:If the database is on server side that's will be good. What i want is only to have access to a database. If you have an exemple of integrating PHP or ASP with ado it would be great for me .
Thanks
PHP has great database support. I'd suggest creating a remote procedure call server in PHP and interacting with the SpiderBasic client using JSON and POST requests.
I agree, that will be great.
poshu
Posts: 96
Joined: Mon Feb 24, 2014 11:46 pm

Re: Database

Post by poshu »

+1000!!! That is a pretty well described security flaw! :roll:
Post Reply