Search found 21 matches: xprovider

Return to advanced search

Re: xBrowse jpg in SQL-database

... := 1 // opendkeyset oSql:CursorLocation := 3 // local cache oSql:LockType := 3 // lock opportunistic // Init xCONNECT := 'Provider='+xPROVIDER+';Data Source='+xSOURCE+';Initial Catalog='+xDATABASE+';User Id='+xUSERID+';Password='+xPASSWORD aImages := Directory( cCft + "*.*" ...
by cdmmaui
Fri Nov 08, 2019 1:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse jpg in SQL-database
Replies: 19
Views: 2998

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... ...
by cdmmaui
Thu Feb 21, 2019 4:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Import Chinese Characters from XLS
Replies: 4
Views: 949

Re: Multiple Dimension Array in Combobox

... SQL string... cSqlLoad := "SELECT * FROM vessels WHERE Active=1 ORDER BY [DateCreated] DESC" TRY oSqlLoad:Open( cSqlLoad, 'Provider='+xPROVIDER+';Data Source='+xSOURCE+';Initial Catalog='+xDATABASE+';User Id='+xUSERID+';Password='+xPASSWORD ) CATCH oError MsgInfo("Failed to Connect ...
by joseluisysturiz
Sun May 27, 2018 2:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multiple Dimension Array in Combobox
Replies: 24
Views: 4025

Re: Multiple Dimension Array in Combobox

... SQL string... cSqlLoad := "SELECT * FROM vessels WHERE Active=1 ORDER BY [DateCreated] DESC" TRY oSqlLoad:Open( cSqlLoad, 'Provider='+xPROVIDER+';Data Source='+xSOURCE+';Initial Catalog='+xDATABASE+';User Id='+xUSERID+';Password='+xPASSWORD ) CATCH oError MsgInfo("Failed to Connect ...
by cdmmaui
Sat May 26, 2018 4:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multiple Dimension Array in Combobox
Replies: 24
Views: 4025

MS SQL Dumb Question

... := 1 // opendkeyset oSqlSeek:CursorLocation := 3 // local cache oSqlSeek:LockType := 3 // lock opportunistic // Init... xSQL := 'Provider='+xPROVIDER+';Data Source='+xSOURCE+';Initial Catalog='+xCATALOG+';User Id='+xUSERID+';Password='+xPASSWORD // Message.. oSay:SetText( "Checking ...
by cdmmaui
Tue May 10, 2016 10:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MS SQL Dumb Question
Replies: 0
Views: 422

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 ...
by cdmmaui
Tue Apr 26, 2016 1:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XML Read Problems
Replies: 1
Views: 1055

Problem connecting to MSSQL 2008R2 via Windows Auth.

Hello, I am having a problem connecting to Microsoft Windows 2008 R2 server via Windows Authentication using the following string. xPROVIDER := "SQLOLEDB" xDATABASE := "MobileFrame" , ; xSOURCE := "192.168.1.11" xUSERID := "DOMAIN\UserName" xPASSWORD ...
by cdmmaui
Mon Oct 28, 2013 4:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem connecting to MSSQL 2008R2 via Windows Auth.
Replies: 2
Views: 696

Re: SqlQuery and Microsoft.ACE.OLEDB.12.0 error

... ( cLocation+"\Table.dbf" via "DBFCDX" Shared or if you use Ms Access .. assuming your .mdb or accDb is in the same folder ... xPROVIDER := "Microsoft.Jet.OLEDB.4.0" xSOURCE := cLocation+"\Groom.mdb" // legacy ms access xPASSWORD := "xxxxxxxxx" ...
by Rick Lipkin
Sun Oct 13, 2013 3:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SqlQuery and Microsoft.ACE.OLEDB.12.0 error
Replies: 14
Views: 3756

Moving DBFCDX to MS SQL

... oSql:LockType := 3 // lock opportunistic // Set SQL string... cSql := "SELECT * FROM SalesOrderHeader" TRY oSql:Open( cSql, 'Provider='+xPROVIDER+';Data Source='+xSOURCE+';Initial Catalog='+xCATALOG+';User Id='+xUSERID+';Password='+xPASSWORD ) CATCH oError MsgWait("Failed to Connect ...
by cdmmaui
Mon Mar 25, 2013 3:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Moving DBFCDX to MS SQL
Replies: 2
Views: 641

Refresh SQL Select in Listbox

... // local cache oSql:LockType := 3 // lock opportunistic // Set SQL string... cSql := "SELECT * FROM mr" TRY oSql:Open( cSql, 'Provider='+xPROVIDER+';Data Source='+xSOURCE+';Initial Catalog='+xDATABASE+';User Id='+xUSERID+';Password='+xPASSWORD ) CATCH oError MsgWait("Failed to Connect ...
by cdmmaui
Wed Aug 22, 2012 2:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Refresh SQL Select in Listbox
Replies: 5
Views: 1315

... := 1 // opendkeyset oRsProj:CursorLocation := 3 // local cache oRsProj:LockType := 3 // lockoportunistic TRY oRsProj:Open( cSQL,'Provider='+xPROVIDER+';Data Source='+xSOURCE+';Initial Catalog='+xCATALOG+';User Id='+xUSERID+';Password='+xPASSWORD ) CATCH oErr MsgInfo( "Error in Opening PROJECT ...
by Rick Lipkin
Wed Aug 06, 2008 6:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO Sql Query limitations ??
Replies: 1
Views: 740

ADO Sql Query limitations ??

... := 1 // opendkeyset oRsProj:CursorLocation := 3 // local cache oRsProj:LockType := 3 // lockoportunistic TRY oRsProj:Open( cSQL,'Provider='+xPROVIDER+';Data Source='+xSOURCE+';Initial Catalog='+xCATALOG+';User Id='+xUSERID+';Password='+xPASSWORD ) CATCH oErr MsgInfo( "Error in Opening PROJECT ...
by Rick Lipkin
Tue Aug 05, 2008 8:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO Sql Query limitations ??
Replies: 1
Views: 740

TestSmtp

... := 3 // local cache oRsuser:LockType := 3 // lockoportunistic cSQL := "SELECT * FROM USERINFO order by USERID" TRY oRsuser:Open( cSQL,'Provider='+xPROVIDER+';Data Source='+xSOURCE+';Initial Catalog='+xCATALOG+';User Id='+xUSERID+';Password='+xPASSWORD ) CATCH oErr MsgInfo( "Error in Opening USERINFO ...
by Rick Lipkin
Tue Jul 08, 2008 7:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TestSmtp
Replies: 6
Views: 1610

... the source .. I do have a tnsnames.ora file .. I think the tns name is 'efis.world' .. The schema is 'suntrack' .. so my guess will be to use : xPROVIDER := "MSDAORA" xSOURCE := "EFIS.world" xUSERID := "me" xPASSWORD := "mypassword" oRs := TOleAuto():New( "ADODB.Recordset" ) oRs:CursorType := ...
by Rick Lipkin
Thu Dec 20, 2007 12:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO Connection to Oracle 10g
Replies: 14
Views: 4068

ADO Connection to Oracle 10g

... being the server name .. in this example the EFIS is that actual name of the database that resides on the server name EQCAIX3 .. Rick Lipkin xPROVIDER := "MSDAORA" xSOURCE := "EFIS" xUSERID := "SUNTRACK" xPASSWORD := "goefis10" oRs := TOleAuto():New( "ADODB.Recordset" ) oRs:CursorType := ...
by Rick Lipkin
Wed Dec 19, 2007 8:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO Connection to Oracle 10g
Replies: 14
Views: 4068
Next

Return to advanced search