ouadah2007

Members
  • Posts

    9
  • Joined

  • Last visited

Everything posted by ouadah2007

  1. how to know if i use a 32 bit or 64bit database
  2. windows 7 64 bit I have a 64 bit system and I created a database on sql server 2012
  3. now i'm on windows 7 64 bit with sql server 2012
  4. but i have a Windows 7 32 bit
  5. Difficulty connecting to an SQL database. I've looked through posts in the forums and tried the suggested tips but still no connectivity. Any help would be most appreciated. Here's where I'm at: DAQFactory logging set configured as below reports the error: The specified DNS contains an architecture mismatch between the driver and application Logging method: ODBC database Windows 32 bit Authentification windows Data source: USINE DAQFactory sequence to open database reports the error: O1002 Unable to open ODBC database. I've tried several variations of the OpenEx() call, examples below. None work: dbase = db.OpenEx("DSN='USINE';UID= ' ';PWD=' '") Authentification Sql server dbase = db.OpenEx("DSN='USINE';UID= 'Sql1 ';PWD='sa '")
  6. thank you very much my brother i want to change my access database with sql server
  7. i can't connect sql server to my daqfactory