Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. mouniryoussef

    stop the timer_interval of a datawindow

    Hi all, i have a time_interval on my datawindow for automatic refresh and it works very fine. is it possible to stop the timer_interval event in case i dont need it ? i tryed 2 methodes but it did not work : 1 ) dw_deliverables.Modify("DataWindow.Timer_Interval=0") the interval is set to 1...
  2. mouniryoussef

    stored proc via ODBC cannot get value

    RDBMS: Sql server 2000 (ODBC drive) PB 8.0.3 i try to run an stored proc that have 2 arguments : string ls_user, ls_approval ls_approval = Fill(" ", 1) SQLCA.sp_acq_ca_aprroval(ls_user,ref ls_approval ) under MSS sql server driver (6.5) i get the ls_approval value but using ODBC driver i get...
  3. mouniryoussef

    connect to OLE DB

    trying to connect via OLE driver but i go this message : Ctalog Tables could not be created or not available.. any idea
  4. mouniryoussef

    move from MSS sql server 6.5 to ODBC driver

    i m moving from MSS driver to ODBC driver and I m noticing that when I select a text field it gives me spaces after the text any idea ? thanks a lot Mounir
  5. mouniryoussef

    update

    how can i update two tables in one statement update ? thanks
  6. mouniryoussef

    Invalid character value

    hi, using sql server 2000 sp3a using ODBC for sql server driver , when i m trying to execute a stored proc , got this message : [Microsoft][ODBC Sql server Driver] Invalid character value for cast specification thanks for your help Mounir Youssef
  7. mouniryoussef

    varchar more than 255 vharacters allowed

    Hi all, using sql server 2000 sp3 i have filed (description varchar(370)), i can update this field (with 370 characters ) but when i select it i get always 255 characters it means the data is truncated up to 255 chars. do you have any idea about that or some work arround. ? thanks a lot...

Part and Inventory Search

Back
Top