Search found 59 matches: persist

Return to advanced search

connecting SQL SERVER VIA ODBC PROLEM

... 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() CATCH oError MsgInfo("No ...
by MANOLO
Mon Jan 29, 2024 5:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: connecting SQL SERVER VIA ODBC PROLEM
Replies: 0
Views: 329

Re: CreateObject( "PDFCreator.PDFCreatorObj" Scale and Layout

Change this and report back if the problem persist, please:

Code: Select all  Expand view
@ 1 , 1 BUTTON oButton OF oDlg ACTION MsgInfo( "Test" )
by Enrico Maria Giordano
Mon Jan 29, 2024 1:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CreateObject( "PDFCreator.PDFCreatorObj" Scale and Layout
Replies: 15
Views: 945

CONEXION ADODB SQL SERVER

... 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() CATCH oError MsgInfo("No ...
by MANOLO
Mon Jan 29, 2024 9:12 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: CONEXION ADODB SQL SERVER
Replies: 4
Views: 290

CONEXION ADODB SQL SERVER

... 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() CATCH oError MsgInfo("No ...
by MANOLO
Mon Jan 29, 2024 9:12 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: CONEXION ADODB SQL SERVER
Replies: 0
Views: 146

Re: IA

... default it use "InkSerializedFormat" to create ISF (ink serialized format) File. when use GIF Ink is persisted by using a Graphics Interchange Format (GIF) file that contains ISF as metadata that is embedded within the file. Specification about ISF ...
by Jimmy
Thu Apr 07, 2022 10:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: IA
Replies: 19
Views: 1696

Ayuda con Mysql

... tambien tengo instalado en otra pc sqlexpress y la conexión funciona perfecto. La conexión es "Provider=MSDASQL.1;Password=Cava1234;Persist Security Info=True;User ID=root;Data Source=jpcavagnaro;Initial Catalog=restaurate" Que me falta instalar? Saludos. Jorge.
by jpcavagnaro
Wed Jul 08, 2020 11:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ayuda con Mysql
Replies: 11
Views: 1953

Re: Fast Report´s future

... MyRpt I am there I succeed because Charles gave the possibility to insert the background image (in emf) to create the model. because these people persist in not wanting to understand We cannot contribute for a product that does not work, did not work well and only a waste of time, the designer ...
by Silvio.Falconi
Tue May 12, 2020 4:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fast Report´s future
Replies: 56
Views: 6039

Re: Error al sobrecargar un metodo de una clase.

... @<Method>() ) #xcommand EXTEND CLASS <!Class!> WITH <data: DATA, VAR> <!VarName!> ; [SCOPE <scope>] [<persist: PERSISTENT>] ; [<case: NOUPPER>] => ; __clsAddMsg( <Class>():classH, #<VarName>, ; __cls_IncData( <Class>():classH ...
by EBM
Fri Nov 01, 2019 4:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al sobrecargar un metodo de una clase. (Solucionado)
Replies: 6
Views: 723

Re: Adssetnull external error

Admpss wrote:EMG, i guess the comented is the original one, and uncommented is the reinaldo sugestion.

i will try compile xharbour with rddads without your commit, to see if the error persist.

thanks


Ops! Sorry, I'm going to revert my change...

EMG
by Enrico Maria Giordano
Fri Jun 14, 2019 3:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Adssetnull external error
Replies: 13
Views: 1707

Re: Adssetnull external error

EMG, i guess the comented is the original one, and uncommented is the reinaldo sugestion.

i will try compile xharbour with rddads without your commit, to see if the error persist.

thanks
by Admpss
Fri Jun 14, 2019 3:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Adssetnull external error
Replies: 13
Views: 1707

exportando datos en fivedbu

... connection, no genera errores) al conectar la aplicación se cae y me muestra el siguiente mensaje: no se puede conectar a Provider=SQLNCLI11.1;Persist Security Info=False;User ID=XXX;Initial Catalog=XXX;Data Source=XXX;Initial File Name="";Server SPN="" (omiti datos sensibles ...
by FEX
Mon Dec 10, 2018 12:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: exportando datos en fivedbu
Replies: 0
Views: 461

Re: Example Business Object (Customer)

... good explanation about ORM, but will be a best sample a Java ORM like Hibernate, EclipseLink, etc. where with a simple line of code, you can persist entire sophisticates relation entities. I think [x]Harbour is flexible, maybe can be possible to develop a basic ORM Many thanks for your comments ...
by Marcelo Via Giglio
Fri Nov 23, 2018 2:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Example Business Object (Customer)
Replies: 32
Views: 8531

Re: MariaDB on Crystal Rerports

... You can use ado and odc to connect Crystal report directly With database using this string conection: Provider=MSDASQL.1;Password=YOUR_PASSWORD;Persist Security Info=True;User ID=YOUR_DB_USERT;Extended Properties="Driver={MySQL ODBC 5.1 Driver};Server=YOUR_SERVER;DefaultDatabase=YOUR_DATABASE;Database=YOUR_DATABASE;Port=3306;User=YOUR_DB_USER;Option=3" ...
by fraxzi
Fri May 11, 2018 6:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDB on Crystal Reports (SOLVED)
Replies: 7
Views: 1384

Re: MariaDB on Crystal Rerports

Hi, You can use ado and odc to connect Crystal report directly With database using this string conection: Provider=MSDASQL.1;Password=YOUR_PASSWORD;Persist Security Info=True;User ID=YOUR_DB_USERT;Extended Properties="Driver={MySQL ODBC 5.1 Driver};Server=YOUR_SERVER;DefaultDatabase=YOUR_DATABASE;Database=YOUR_DATABASE;Port=3306;User=YOUR_DB_USER;Option=3" ...
by nnicanor
Fri May 11, 2018 3:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDB on Crystal Reports (SOLVED)
Replies: 7
Views: 1384

Re: Crear una clase y datas a petición

... el preprocesado de ese comando: #xcommand EXTEND CLASS <!Class!> WITH <data: DATA, VAR> <!VarName!> ; [SCOPE <scope>] [<persist: PERSISTENT>] ; [<case: NOUPPER>] => ; __clsAddMsg( <Class>():classH, #<VarName>, ; __cls_IncData( <Class>():classH ...
by Antonio Linares
Wed Dec 20, 2017 11:53 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Crear una clase y datas a petición
Replies: 9
Views: 1185
Next

Return to advanced search