User Tag List

Results 1 to 2 of 2

Thread: ODBC database

  1. #1
    No Products Registered

    Join Date
    Jun 2008
    Posts
    3
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    ODBC database

    J'ai adapté l'exemple ODBC

    ça marche bien
    MAIS toujours souci de décalage entre les colonnes :
    les colonnes Nom et Nature correspondent bien à la ligne 1, mais pas les colonnes 1 et 4 qui sautent directement à la ligne 2

    rappel : copier le fichier DSN dans
    C:\Program Files\Fichiers communs\ODBC\Data Sources\fruits.dsn
    pour windows XP

    I adapted the ODBC example from CD Rom MMF2

    it works well
    BUT always lag between columns:
    Name and Type columns correspond to line 1, but not columns 1 and 4 that jump directly to line 2

    Reminder: Copy the file DSN in
    C: \ Program Files \ Common Files \ ODBC \ Data Sources \ fruits.dsn
    for Windows XP
    Attached files Attached files

  2. #2
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export Module
    Kimera's Avatar
    Join Date
    Feb 2007
    Location
    Houston, TX
    Posts
    729
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)

    Re: ODBC database

    1. I don't fully understand what you issue is, sorry.

    2. I used ODBC for years, like the last 10. Since the release of SQLite3 I have not touched the ODBC object for anything. I do have a project that will call for ODBC but if it's my choice I use SQLite 3 object.

    3. The slow down you see between columns loading is due to the time it takes to populate the columns, not the ODBC object itself. Try changing to a grid object, it may help speed things up. You can also try the HWA version if your not using it, it may speed things up, that will be one of the things I try in the near future.

    4. I only read English so it was hard to read what I was doing in some cases in your app but if I could understand what problem your seeing based on what you expect I can have another look.

    Good luck!
    K

Similar Threads

  1. DataBase objet ODBC Bug - valeurs en chinois
    By Vantales in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 30th November 2018, 09:19 PM
  2. Database: Connecting to a database over internet
    By Ham in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 9th March 2010, 11:00 AM
  3. odbc
    By bensmid66 in forum Multimedia Fusion 2 - Technical Support
    Replies: 6
    Last Post: 26th October 2007, 08:37 PM
  4. ODBC problem
    By Ivosh in forum Extension Development
    Replies: 2
    Last Post: 5th September 2007, 07:26 AM
  5. ODBC object and SQL
    By DavidN in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 1st July 2006, 09:44 PM

Posting Permissions

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