Search found 429 matches: mssql

Return to advanced search

Re: FW_DbfSqlQuery GROUP BY no funciona

Thanks for your reply.
Indeed, I have seen that the problem is the SQL syntax. I am very used to using MySql for web purposes. Now it's time to learn MSSQL to be able to advance in FiveWin Harbour.
by VictorCasajuana
Tue Feb 27, 2024 2:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FW_DbfSqlQuery GROUP BY no funciona
Replies: 4
Views: 202

Re: FW_DbfSqlQuery GROUP BY no funciona

... MySql support GROUP BY without aggregate functions. But all providers /databases do NOT support GROUP BY clause without Aggregate functions like MSSQL.ORACLE, Jet,ACE, etc While dealing with DBF, we are concerned with Jet Oledb/ACE Oledb/VFPOLEDB. None of them support GROUP BY clause without ...
by nageswaragunupudi
Mon Feb 26, 2024 12:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FW_DbfSqlQuery GROUP BY no funciona
Replies: 4
Views: 202

Re: SQL connection

...  local oCn, cSql, oRs                                       // server      // db     // user   // pwd   oCn := FW_OpenAdoConnection( "MSSQL,208.91.198.196,gnraore3_,fwhmsdemo,fwh@2000#", .t. )   if oCn == nil      ? "failed to connect"   else      cSql := "INSERT ...
by nageswaragunupudi
Wed Jan 31, 2024 8:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SQL connection
Replies: 6
Views: 557

Re: FW_OpenRecordSet lento en red

MySql : LIMIT n
MsSql : TOP n
by nageswaragunupudi
Mon Dec 18, 2023 6:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_OpenRecordSet lento en red
Replies: 8
Views: 617

FW_OpenAdoConnection reconnect

... and if it is NOT, is there a way to reestablish connection? Here is my sample code establishing connection. oCn := FW_OpenAdoConnection( "MSSQL,"+xSOURCE+","+xDATABASE2+","+xUSERID+","+XPASSWORD, .T. ) if oCn == nil ? "Failed to connect to Server" ...
by cdmmaui
Wed Dec 13, 2023 10:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_OpenAdoConnection reconnect
Replies: 6
Views: 538

Re: Editar celdas en xbrowse

I understand you are using ADO with MSSQL (Microsoft SQL). Right? We can not say why are you not able to save, unless we test your program at our end. For this purpose, FWH provides an MSSQL server in the Cloud. You can connect to this server ...
by nageswaragunupudi
Fri Sep 01, 2023 9:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Editar celdas en xbrowse
Replies: 7
Views: 553

Re: DBF to Excel Sheet, without Excel, using ADO ?

This is not true:

Yes, not true for MsAccess, MSSQL and ALL other RDBMS with ADO.
But true for Excel ADO recordset
by nageswaragunupudi
Wed Aug 16, 2023 8:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to Excel Sheet, without Excel, using ADO ?
Replies: 50
Views: 2578

Re: to Rao

1) I am using MSSQL
2) FWH 23.04
3) xHarbour 2022 Bld773

I am trying postgres v.8 too

thank You
by kajot
Sun Jun 18, 2023 6:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: to Rao
Replies: 16
Views: 1110

Re: to Rao

1) Are you using MySQL with ADO? Or MSSQL with ADO?
2) Your FWH Version? Harbour or xHarbour?
3) If you are using MySql, did you try FWH built-in MySql library?
by nageswaragunupudi
Sun Jun 18, 2023 5:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: to Rao
Replies: 16
Views: 1110

Re: MariaDb delete

... yield. Is there a tool to test your SQLs with Maria DB similar to Advantage ARC? MySql WorkBench for mysql/mariadb HeidiSql for mysql,mariadb,mssql,sqlite,PostGre Microsoft Studio for MSSQL Oracle sql developer, dbForge studio for Oracle and many many others Is the fwh ADO class good as well ...
by nageswaragunupudi
Sat Jun 03, 2023 2:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDb delete
Replies: 6
Views: 390

Re: MariaDb delete

... a given statement would yield. Is there a tool to test your SQLs with Maria DB similar to Advantage ARC? 2. Is the fwh ADO class good as well for MSSQL or is this only for MariaDB? Thank you.
by reinaldocrespo
Fri Jun 02, 2023 7:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDb delete
Replies: 6
Views: 390

Re: actualizar base en la nube

jpcavagnaro wrote:La idea es sql server en los 2 casos.

Saludos
Jorge


MSSQL (Microsoft SQL sever) ?
OR
MySQL server?
by nageswaragunupudi
Tue Nov 15, 2022 1:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: actualizar base en la nube
Replies: 5
Views: 455

Re: Problem With oRs:Requery()

Mr Rao, I have Fivewin 19.12, Can I request recordsets from MSSQl using parameter with my versión? Using the code: cCadsql1:="SELECT e.ITEMNMBR, a.ITEMDESC, e.LOCNCODE, e.QTYONHND, e.ATYALLOC, e.QTYONHND - e.ATYALLOC, a.SELNGUOM, IV40201.baseuofm,"+;" ...
by mariordz
Mon Oct 17, 2022 10:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem With oRs:Requery()
Replies: 4
Views: 518

Re: FW_AdoImportFromDBF

my dbf using codepage 'PLMAZ'
and I want to move dbf to mysql or mssql where codepage is 'PLWIN'
by kajot
Tue Oct 11, 2022 3:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_AdoImportFromDBF
Replies: 4
Views: 297

Re: FW_AdoImportFromDBF

maybe, there is codepage parameter


No.
Can you please explain what exactly are you looking for?
Are you working with MSSQL?
by nageswaragunupudi
Tue Oct 11, 2022 2:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_AdoImportFromDBF
Replies: 4
Views: 297
Next

Return to advanced search