hi,
I need a suggestion, what's the best solution for interactive ADODB I/O app ?
I'd like a app that by dialog manages data of SQL server:
is this (oCn:Execute) a good way ?
are there others ways for manage I/O data by ADO connection?
thanks
I need a suggestion, what's the best solution for interactive ADODB I/O app ?
I'd like a app that by dialog manages data of SQL server:
...
// connection
oCn := FW_OpenAdoConnection( ConnectString, .t.)
...
// HERE DIALOG...
cExecute := "INSERT INTO TABLE (CODE, DESC) VALUES (cCode, cDescr)"
  try
    oCn:Execute( cExecute)
    msginfo("insert ok")
  Catch
    msginfo("insert error")
  End TryÂ
...is this (oCn:Execute) a good way ?
are there others ways for manage I/O data by ADO connection?
thanks
FiveWin for xHarbour 24.02 - Feb. 2024 - Embarcadero C++ 7.60 for Win32 Copyright (c) 1993-2023
FWH 64 for Harbour 19.06 (MSVC++) Jun. 2019 - Harbour 3.2.0dev (r1904111533)
Visual Studio 2019 - Pelles C V.8.00.60 (Win64)
FWH 64 for Harbour 19.06 (MSVC++) Jun. 2019 - Harbour 3.2.0dev (r1904111533)
Visual Studio 2019 - Pelles C V.8.00.60 (Win64)