Search results for query: *

  1. sirius

    I need the connection last til I say otherwise

    no I want to do it my way :) By the way... I think there's a class version too... but it was easier to do classes in PHP then in .NET :( I'd like to keep the connection open til I use my program and when I click Close Connection or I close program then the connection will be terminated. ---...
  2. sirius

    I need the connection last til I say otherwise

    What I mean is that I iniate a connection under one class but when I want to use that connection under other class... well if you know what I'm talking about then.. it's impossible... So... I read somewhere that I should use either Session Cookies (if web-based) or MDI... Since I'm not making a...
  3. sirius

    Getting MySQL databases to combobox

    hmm I need to get database names from server and put them into combobox. I don't wanna add them by myself... it should go dynamically. (If I delete a database from server then this name woun't exist in combobox selection/If I add a database to server then this name will exist in combobox...
  4. sirius

    Getting MySQL databases to combobox

    I'd like to get existing database names to Database selection combobox. I figure it should be done with For Each statement, but i'm not quite sure how it should work :confused: HELP :o --- I think I posted this problem under wrong section. Would Somebody please place it under MySQL section?
Back
Top