+ Reply to Thread
Results 1 to 5 of 5

Thread: Could BlueVoda connect to SQL DB with a click?
      
   

  1. #1
    justintime is offline 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

  2. #2
    justintime is offline 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

  3. #3
    navaldesign's Avatar
    navaldesign is online now General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,061

    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!


  4. #4
    justintime is offline 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

  5. #5
    Donclurd's Avatar
    Donclurd is offline Private
    Join Date
    Jun 2008
    Posts
    4

    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)

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

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