Web Hosting Vodahost    

Home Take The Royal Tour! Order Now Features Prices
Go Back   Web Hosting > VodaHost Web Hosting Support > mySQL & PHP

Notices

mySQL & PHP Discussions, information and help with mySQL and PHP.

Reply
 
LinkBack Thread Tools
  #1  
Old 06-02-2008, 08:50 AM
Corporal
 
Join Date: Mar 2008
Posts: 17
Talking Could BlueVoda connect to SQL DB with a click?

I am wondering if BV has a feature to connect to an SQL DB. Dreamweaver has a feature to connect to the database when you are in PHP/SQL mode. I am referrring to the "Application Bindins" feature. Once connected, I can add fields in my pages to display dynamic data.

Is there a button or a plugin for BV to perfomr such operation? Or does it boil down to typing your own code to connect to the DB and read the data?


http://www.eurobirding.net/

thx

jit
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #2  
Old 06-10-2008, 06:27 AM
Corporal
 
Join Date: Mar 2008
Posts: 17
Smile Re: Could BlueVoda connect to SQL DB with a click?

Pitty, I thought someone could answer my question. Can anyone help ?

thx

jit
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old 06-10-2008, 02:50 PM
navaldesign's Avatar
General & Forum Moderator
 
Join Date: Oct 2005
Location: Italy
Posts: 9,033
Default Re: Could BlueVoda connect to SQL DB with a click?

I'm afraid that you have to write your own code.... Pretty simple, if you know how
__________________
Navaldesign
Logger Lite: Low Cost, Customizable, multifeatured Login script
Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old 06-10-2008, 07:03 PM
Corporal
 
Join Date: Mar 2008
Posts: 17
Wink Re: Could BlueVoda connect to SQL DB with a click?

Quote:
Originally Posted by navaldesign View Post
I'm afraid that you have to write your own code.... Pretty simple, if you know how

Ok, I figured. Yes some SQL calls can easily be done.

cheers

jit
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5  
Old 06-13-2008, 04:58 AM
Donclurd's Avatar
Xfire: sgtrecoil
 
Join Date: Jun 2008
Posts: 4
Send a message via MSN to Donclurd Send a message via Skype™ to Donclurd
Default Re: Could BlueVoda connect to SQL DB with a click?

If you are talking about a CMS? And if you want to make your own look at this awsome tutorial. Its super easy and for SQL instead of MySQL just replace the conection tools to...
Code:
resource mssql_connect     ([ string $servername    [, string $username    [, string $password    [, bool $new_link   ]]]] )
And for closing...
Code:
bool mssql_close     ([ resource $link_identifier   ] )
Donclurd

Good luck :D
__________________
NotePad ++ Is my friend.
Coding: php,VB.net,C++,HTML,XHTML,SQL(that includes MySQL)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT +1. The time now is 10:46 AM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC7
2007 VodaHost.com - All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55