Search found 92 matches: sqloledb

Return to advanced search

connecting SQL SERVER VIA ODBC PROLEM

... made a change in the server and we have changed mysql by sql server and we have follow problem: [CODE] oApp:oCon:ConnectionString:= "Provider=SQLOLEDB;Password=xxxx3;Persist Security Info=True;User ID=XXXX;Initial Catalog=ERP6_base;Data Source=185.80.87.6\SQLEXPRESS2019" TRY oApp:oCon:Open() ...
by MANOLO
Mon Jan 29, 2024 5:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: connecting SQL SERVER VIA ODBC PROLEM
Replies: 0
Views: 327

CONEXION ADODB SQL SERVER

... loco me da error en el recordset, os paso como lo hago a ver si a alguien se le ocurre el porqué: oApp:oCon:ConnectionString:= "Provider=SQLOLEDB;Password=xxxx3;Persist Security Info=True;User ID=XXXX;Initial Catalog=ERP6_base;Data Source=185.80.87.6\SQLEXPRESS2019" TRY oApp:oCon:Open() ...
by MANOLO
Mon Jan 29, 2024 9:12 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: CONEXION ADODB SQL SERVER
Replies: 4
Views: 280

CONEXION ADODB SQL SERVER

... loco me da error en el recordset, os paso como lo hago a ver si a alguien se le ocurre el porqué: oApp:oCon:ConnectionString:= "Provider=SQLOLEDB;Password=xxxx3;Persist Security Info=True;User ID=XXXX;Initial Catalog=ERP6_base;Data Source=185.80.87.6\SQLEXPRESS2019" TRY oApp:oCon:Open() ...
by MANOLO
Mon Jan 29, 2024 9:12 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: CONEXION ADODB SQL SERVER
Replies: 0
Views: 146

Re: Lost connection to MySQL server during query

... "MSSQL",    "OLEDB", { "MSOLEDBSQL", "SQLNCLI11", "SQLNCLI10", "SQLNCLI", "SQLOLEDB" }, "" }, ;{ "MYSQL",    "ODBC",  { "Provider=MSDASQL;Driver={MySQL ODBC 8.0 ANSI ...
by Rick Lipkin
Fri Aug 04, 2023 6:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Lost connection to MySQL server during query
Replies: 37
Views: 12355

Re: Procedimiento almacenado adolib

... JACGSOFT ]************************** // Function Connect_Sql(_Cnx_,_Usu_,_Cla_) Local _Cadena_,_Lg_:=.T. _Cadena_:='Provider=sqloledb;Data Source=168.1.0.80;'+ ; 'Network Library=DBMSSOCN;'+ ; 'Initial Catalog=BD_PRUEBA;User Id='+_Usu_+ ; ';Password='+_Cla_+';' _Cnx_:=Toleauto():New("ADODB.Connection") ...
by jacgsoft
Mon Oct 03, 2022 9:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Procedimiento almacenado adolib
Replies: 1
Views: 357

Re: OT: Clase TODBC conectar MS-SQL

Javier I still like Sqloledb for Sql Server .. I know Microsoft has been telling us for years that oledb will be depreciated ... and that was 5 or 6 years ago .. nice thing about using Sqloledb is that the client is already part of ...
by Rick Lipkin
Sat May 09, 2020 1:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: OT: Clase TODBC conectar MS-SQL
Replies: 4
Views: 762

Re: Import Chinese Characters from XLS

... lDebug := IF(EMPTY(cDebug),.F.,.T.) cRoot := "" cTitle := "CDM Web Freight Data Integration" xPROVIDER := "SQLOLEDB" xSOURCE := "x" xDATABASE := "x" xUSERID := "x" xPASSWORD := "x" // Init... SET DATE FORMAT TO ...
by cdmmaui
Thu Feb 21, 2019 4:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Import Chinese Characters from XLS
Replies: 4
Views: 948

Re: connect to SQL Server 2008

... target computer. For example, any of these providers could be installed on your client's computer viz, SQLNCLI11, SQLNCLI10,SQLNCLI or the default SQLOLEDB. FWH function searches for the latest provider (driver) installed and establishes connection. This is a sample of our recommended usage:   ...
by bpd2000
Mon Jul 10, 2017 12:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: connect to SQL Server 2008
Replies: 9
Views: 1550

Re: connect to SQL Server 2008

... target computer. For example, any of these providers could be installed on your client's computer viz, SQLNCLI11, SQLNCLI10,SQLNCLI or the default SQLOLEDB. FWH function searches for the latest provider (driver) installed and establishes connection. This is a sample of our recommended usage:   ...
by nageswaragunupudi
Sat Jul 08, 2017 1:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: connect to SQL Server 2008
Replies: 9
Views: 1550

sql con AZURE

... si me pueden ayudar como realizar la conexión, la cadena que me entrega Microsoft no funciona remplazándola directamente. w_sql='Provider=sqloledb;Server=tcp:siscont.database.windows.net,1433;Initial Catalog=prueba;Persist Security Info=False;User ID={marcelo};Password={C12345678};MultipleActiveResultSets=False;Encrypt=True;TrustServerCertificate=False;Connection ...
by Marcelo De La Cruz
Tue Aug 23, 2016 2:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: sql con AZURE
Replies: 2
Views: 767

XML Read Problems

... , ; cEol := CHR(13) + CHR(10) , ; cSource := "c:\xml\inbox\" , ; cHistory := "c:\xml\inbox\history\" , ; xPROVIDER := "SQLOLEDB" , ; xSOURCE := "9.9.9.9" , ; xDATABASE := "DB-NAME" , ; xUSERID := "USERID" , ; xPASSWORD := "PASSWORD" ...
by cdmmaui
Tue Apr 26, 2016 1:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XML Read Problems
Replies: 1
Views: 1055

Re: SQLOLEDB Problem

Thanks Rick, Well after considerable headaches, I found the problem. There was a Microsoft Security Essentials update that went wrong and basically messed up all my security settings. Once I removed it and re-installed, everything came back to normal. What a pain the B..... Thanks for your input and...
by cdmmaui
Tue Dec 16, 2014 4:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SQLOLEDB Problem
Replies: 5
Views: 864

Re: SQLOLEDB Problem

Darrell

Google JavaRA .. this is the java removal tool from MajorGeeks or Softpedia. This will remove all Java traces, folders and reg files.

Once Java has been removed .. get the latest version from Java.com .. Hope that helps.

Rick Lipkin
by Rick Lipkin
Thu Dec 11, 2014 4:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SQLOLEDB Problem
Replies: 5
Views: 864

Re: SQLOLEDB Problem

Hi Rick, It is very, very strange. I am able to run without a problem on any other workstation except mine which is the development machine. I honestly think is has to do with a Java update somehow. I removed Java and now getting strange errors when trying to install. "Computer not connected to...
by cdmmaui
Thu Dec 11, 2014 2:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SQLOLEDB Problem
Replies: 5
Views: 864

Re: SQLOLEDB Problem

Darrell Can you be a bit more specific on the error .. your code seems simple enough. Has anything changed on the Sql Server end ? Any field changes that would cause your query to fail ? Has your connection terminated or any new code injected before your Sql Command that may have effected the connec...
by Rick Lipkin
Wed Dec 10, 2014 2:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SQLOLEDB Problem
Replies: 5
Views: 864
Next

Return to advanced search

cron