Search found 1881 matches: connection

Return to advanced search

Re: FW_DbfSqlQuery con campos mayores de 256 carracteres

... the driver from the following address: https://www.microsoft.com/en-us/download/details.aspx?id=32602 I have tried with the connection string: oC:Open('Provider=vfpoledb;Data Source='+cPath+';Collating Sequence=general;') and the result is the same, when there are ...
by VictorCasajuana
Fri Mar 08, 2024 2:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FW_DbfSqlQuery con campos mayores de 256 carracteres
Replies: 3
Views: 647

Re: BackUp [cCondition]

At present we did not provide backup of table with WHERE condition. Actually, 70000 records is not a big table unless the internet connection is highly unreliable Even if we provide WHERE clause, Restoring the table gives problems. Let us think and come up with alternative solutions. Meanwhile ...
by nageswaragunupudi
Tue Mar 05, 2024 2:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: BackUp [cCondition]
Replies: 1
Views: 155

BackUp [cCondition]

... I have a database that has 60 tables and 2 of them have more than 400,000 records, when I use MariaDb BackUp, it cannot do the job, sometimes the connection is cut and other times it only loads about 100,000 records, is it possible that the BackUp has a clause (WHEN) to condition the process?, ...
by Willi Quintana
Mon Mar 04, 2024 5:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BackUp [cCondition]
Replies: 1
Views: 155

BackUp [bCondition]

... I have a database that has 60 tables and 2 of them have more than 400,000 records, when I use MariaDb BackUp, it cannot do the job, sometimes the connection is cut and other times it only loads about 100,000 records, is it possible that the BackUp has a clause (WHEN) to condition the process?, ...
by Willi Quintana
Mon Mar 04, 2024 5:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: BackUp [bCondition]
Replies: 1
Views: 76

Re: Ayuda URGENTE- con puerto serial virtual USB

Tuviste éxito en la conexión a un USB virtual? Y con código de bruja?

Did you succeed in connection to a Virtual USB ? And with witch code ?
by Marc Venken
Sun Feb 25, 2024 9:08 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda URGENTE- con puerto serial virtual USB
Replies: 19
Views: 883

Re: Controls behave different in Window as in Dialog

... idea is to use a webcam/camera with USB on top of the Robotarm. In case of Dialog, I get a error : Error Twebcam, Load driver error, Check webcam connection. In case of Window it is shown. At this moment the webcam is the buildin one from the laptop. I can send you the testing program but it is ...
by Marc Venken
Sat Feb 24, 2024 11:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Controls behave different in Window as in Dialog
Replies: 2
Views: 150

Re: Data exchange between PC and Android device on the same loca

... from a stocktaking or other not particularly extensive data securely in the LocalStorage of a Progressive Web App (PWA) until you have an internet connection again. LocalStorage offers a simple way to store key-value pairs directly in the user's browser, and is especially useful for PWAs that need ...
by Otto
Fri Feb 23, 2024 8:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 780

Re: Data exchange between PC and Android device on the same loca

... in use and no problems. I also have a mod_harbour regional platform. https://puon24.com/ Moreover, I only have in-house servers and just a 200/200 connection. I think we should ask Antonio for advice. Best regards, Otto
by Otto
Wed Feb 21, 2024 1:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 780

Connecting to a BLE device

... anyone ever connected to a Bluetooth Low Energy device? If so, can you please send me some examples? I used to connect to Bluetooth using a serial connection but with BLE it's way different. Any help would be greatly appreciated.
by Jeff Barnes
Tue Feb 13, 2024 10:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Connecting to a BLE device
Replies: 8
Views: 313

Re: SQL connection

Got it working. It was a setting in MS-SQL. I had to enable both Windows Authentication and SQL user authentication.

Thanks again for the help.
by Jeff Barnes
Sat Feb 03, 2024 1:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SQL connection
Replies: 6
Views: 548

Re: SQL connection

Thank you sir. That works when I leave your sample alone. When I add my connection info, it will not connect. At least now I know it should work. Not sure why the connection isn't working on my end. The big issue is me, I just don't know enough about the SQL ...
by Jeff Barnes
Wed Jan 31, 2024 8:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SQL connection
Replies: 6
Views: 548

Re: SQL connection

This is our recommendation: function TestMsSql()   local oCn, cSql, oRs                                       // server      // db     // user   // pwd   oCn := FW_OpenAdoConnection( "MSSQL,208.91.198.196,gnraore3_,fwhmsdemo,fwh@2000#", .t. )   if oCn == nil      ? "fa...
by nageswaragunupudi
Wed Jan 31, 2024 8:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SQL connection
Replies: 6
Views: 548

Re: SQL connection

Hi Otto,

Nice to see you again too :)

I retired back in 2020 but still do a bit of programming here and there.
Glad to see your still going :)
by Jeff Barnes
Wed Jan 31, 2024 3:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SQL connection
Replies: 6
Views: 548

Re: MySql vs Oracle

... MsgInfo("Conectado !")   ENDIF   TRY      oCnx200:=toleauto():new("adodb.connection")   CATCH oError      MsgStop(oError:Operation,"Ado Connection")   END  ...
by Armando
Wed Jan 31, 2024 3:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: MySql vs Oracle
Replies: 33
Views: 1617

Re: SQL connection

Hi, Jeff, nice to see you again. It seems like you haven't been here for a long time.
I've often wondered if you're still working on your program. Unfortunately,
I've shut down all my SQL servers and haven't done anything with them for a long time. But I'm happy to see you.
Best regards,
Otto
by Otto
Wed Jan 31, 2024 3:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SQL connection
Replies: 6
Views: 548
Next

Return to advanced search