Could BlueVoda connect to SQL DB with a click?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • justintime
    Corporal

    • Mar 2008
    • 17

    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?




    thx

    jit
  • justintime
    Corporal

    • Mar 2008
    • 17

    #2
    Re: Could BlueVoda connect to SQL DB with a click?

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

    thx

    jit

    Comment

    • navaldesign
      General & Forum Moderator

      • Oct 2005
      • 12080

      #3
      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!

      Comment

      • justintime
        Corporal

        • Mar 2008
        • 17

        #4
        Re: Could BlueVoda connect to SQL DB with a click?

        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

        Comment

        • Donclurd
          Private

          • Jun 2008
          • 4

          #5
          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 [B][B]mssql_connect[/B][/B]     ([ string $servername    [, string $username    [, string $password    [, bool $new_link   ]]]] )
          And for closing...
          Code:
          bool [B][B]mssql_close[/B][/B]     ([ resource $link_identifier   ] )
          Donclurd

          Good luck :D

          Comment

          Working...
          X