Search found 79 matches: providers

Return to advanced search

Re: Client Server options

... ADO recordset object. This allows your data to be cached on the client rather than thrashing over the internet. This is only applicable to OLEDB providers that support ADO. ( sql server, oracle, db2 ) Rick Lipkin oRsUser := TOleAuto():New( "ADODB.Recordset" )oRsUser:CursorType ...
by Rick Lipkin
Wed May 23, 2012 2:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Client Server options
Replies: 78
Views: 25127

Re: Bad Email Dreams ...

I think the problem is with our service providers. I believe they like to do data mining on all emails going through their system, so they block direct connections to other servers. Some providers have an alternative port that allows us to bypass ...
by TimStone
Mon May 14, 2012 9:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bad Email Dreams ...
Replies: 53
Views: 19237

Re: FW y ORACLE

... a OCILIB http://orclib.sourceforge.net/ de Vicent Rogier. Para la cadena de conexión http://www.connectionstrings.com/Providers/oracle-provider-for-ole-db-oraoledb . Y para el código, tendrás que tirar de SQL. También puedes tirar de las clases sobre ADO que puedes ...
by Baxajaun
Sat Feb 25, 2012 4:04 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FW y ORACLE
Replies: 4
Views: 962

Re: ADO MYSQL se cae con 2 usuarios modificando mismo registro

... oRs:Update() method. Normally oRs:Resync( adAffectCurrent, adResyncUnderlyingValues ) method helps us to know this. But unfortunately not all providers support this method. I very much doubt if Resync(...) is available for ADO MySql, particularly because ODBC is used. Only remaining alternative ...
by nageswaragunupudi
Fri Oct 14, 2011 3:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO MYSQL se cae con 2 usuarios modificando mismo registro
Replies: 3
Views: 1151

Re: Empezar con Oracle

... Oracle Developer Tools for Visual Studio 11.2.0.1.2 Oracle Data Provider for .NET 4 11.2.0.1.2 Oracle Data Provider for .NET 2.0 11.2.0.1.2 Oracle Providers for ASP.NET 4 11.2.0.1.2 Oracle Providers for ASP.NET 2.0 11.2.0.1.2 Oracle Database Extensions for .NET 4 11.2.0.1.2 -- for upgrade only ...
by Baxajaun
Sat Oct 09, 2010 7:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Empezar con Oracle
Replies: 19
Views: 4503

Re: vTaskBar on the left MDIChild Window on the Right

... has been messed up by the user selecting to cascade, split vertically, or horizontally the open windows. Regards, James oPanel1:AddLink( "Providers", {|| oWnd1:maximize(), oWnd1:setfocus()}, "c:\fwh\bitmaps\16x16\additem.bmp" ) oPanel1:AddLink( "Patients", {|| ...
by James Bott
Tue Sep 28, 2010 10:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: vTaskBar on the left MDIChild Window on the Right
Replies: 14
Views: 4580

Re: Refreshing xbrowse when dataset is closed and re-opened

... nil There is also another method ReSync(). This method is much faster and has many options. But please use this with extreme caution. Not all providers support this method and even where supported it does not work as expected with all parameters on all kinds of recordsets in the same way. ...
by nageswaragunupudi
Sat Jul 17, 2010 5:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Refreshing xbrowse when dataset is closed and re-opened
Replies: 67
Views: 16624

Ado vs Ado.net

... however, I have noticed the Microsoft trend away from ADO ( sqloledb ) to the .Net Framework Data provider SQLNCLI. The main difference in the two providers is Microsoft is pushing it's .net ( visual studio 2005-08 ) in that direction as well as the difference in RecordSets ( ado ) and DataSets ...
by Rick Lipkin
Mon Apr 13, 2009 4:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ado vs Ado.net
Replies: 10
Views: 3556

Re: SqLite lib ...

... with this SQL RDD . I found what I searched - SqLite class . Also reviewed SqlWin Rdd too . At last I found that in this RDD you are using OleDb providers as in ADO RDD . And at this moment you can connect to MySql , PostGres , Oracle, Access and others . Sorry , but SqLite in this list don't ...
by Rimantas
Fri Apr 10, 2009 6:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SqLite lib ...
Replies: 6
Views: 1020

Base64 natives functions in Clipper !

... will help you in some cases, like to create your own TSMTP class with Autentification support, necessary to communicate with more in more SMTP providers... To help me, you can if this please you, and if you have a web site, put a link to my site to improve my google ratio. Thanks in advance. ...
by Badara Thiam
Wed Feb 04, 2009 3:09 pm
 
Forum: FiveWin for CA-Clipper
Topic: Base64 natives functions in Clipper !
Replies: 5
Views: 4671

... original. Por lo leido en foros y blogs, tenemos ADO para varios años mas. De hecho hay planes para la construccion de nueva versiones de OLEDB providers por la mayoria de los DB grandes, DB2, Postgress, MS SQl, Mysql, Sybase... asi que no hay que preocuparse. PD.My little server esta up nuevamente ...
by metaldrummer
Mon Apr 28, 2008 2:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ADOBASE, Nueva clase para manipular RECORDSET de ADO
Replies: 55
Views: 14875

... original. Por lo leido en foros y blogs, tenemos ADO para varios años mas. De hecho hay planes para la construccion de nueva versiones de OLEDB providers por la mayoria de los DB grandes, DB2, Postgress, MS SQl, Mysql, Sybase... asi que no hay que preocuparse. PD.My little server esta up nuevamente ...
by Adolfo
Fri Apr 25, 2008 12:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ADOBASE, Nueva clase para manipular RECORDSET de ADO
Replies: 55
Views: 14875

... were more detailed than the dictated ones for two reasons. One it was faster to select items, so more items were often selected, and second, the providers were less likely to forget things since they had a list to remind them. Unfortunately, I don't have this reference in my notes. >I would ...
by James Bott
Wed Apr 16, 2008 6:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Question Abot DIALOGs
Replies: 45
Views: 12888

... "second choice" built into FWH to avoid update problems in the future. C5 provide near the 100% source code as many other third parts components providers and it is appreciated but it is not a warrancy because the library has to be compatible in the same moment with the current xharbour version ...
by Marco Turco
Sun Apr 06, 2008 1:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to make this with FWH ?
Replies: 11
Views: 2287

Access to Web Services

I need to access web services. From the documentation for the web service, I quote below: This method lets providers list and download available files (reports and circular letters). The method that lists available files for download is called getProvidersFiles. It expects the ...
by reinaldocrespo
Sun Oct 28, 2007 1:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Access to Web Services
Replies: 0
Views: 936
PreviousNext

Return to advanced search