Search found 52 matches: sqllite

Return to advanced search

Re: *** Curso de C para programadores Harbour.

Yo me apunto, pero mejor que lo del wrapper a Sqllite sería mejor a un diseñador de informes, como Fast Report o este:

https://www.stimulsoft.com/en
by elvira
Sun Mar 21, 2021 11:26 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: *** Curso de C para programadores Harbour.
Replies: 141
Views: 18248

Re: SqlLite OR MySql

esta aplicación es muy buena para trabajar con dos bases de datos, en una oportunidad tenia que trabajar para dos baby shower y esta me sirvio de mucho
by karensotillo
Sat Nov 23, 2019 1:09 pm
 
Forum: FiveTouch
Topic: SqlLite OR MySql
Replies: 18
Views: 5377

Re: SqlLite OR MySql

by Antonio Linares
Mon Mar 04, 2019 1:06 pm
 
Forum: FiveTouch
Topic: SqlLite OR MySql
Replies: 18
Views: 5377

Re: SqlLite OR MySql

Unfortunately, I couldn't do progress with my try of use Fivetouch. Is there someone using it ?
by vilian
Tue Oct 30, 2018 8:54 pm
 
Forum: FiveTouch
Topic: SqlLite OR MySql
Replies: 18
Views: 5377

Re: SqlLite OR MySql

+1
by vilian
Wed Oct 24, 2018 5:45 pm
 
Forum: FiveTouch
Topic: SqlLite OR MySql
Replies: 18
Views: 5377

Re: SqlLite OR MySql

This is evertyhing I have in Fivetouch directory:
Image
by vilian
Sat Oct 20, 2018 2:24 pm
 
Forum: FiveTouch
Topic: SqlLite OR MySql
Replies: 18
Views: 5377

Re: SqlLite OR MySql

vilian wrote:No,
I'm using Fivetouch Version that Antônio has published here http://forums.fivetechsupport.com/viewtopic.php?f=32&t=35529


Folder Windows, not?
by cnavarro
Sat Oct 20, 2018 1:10 am
 
Forum: FiveTouch
Topic: SqlLite OR MySql
Replies: 18
Views: 5377

Re: SqlLite OR MySql

No,
I'm using Fivetouch Version that Antônio has published here http://forums.fivetechsupport.com/viewtopic.php?f=32&t=35529
by vilian
Fri Oct 19, 2018 10:06 pm
 
Forum: FiveTouch
Topic: SqlLite OR MySql
Replies: 18
Views: 5377

Re: SqlLite OR MySql

You do not have/use the project fivetouch.pro?
by cnavarro
Fri Oct 19, 2018 9:48 pm
 
Forum: FiveTouch
Topic: SqlLite OR MySql
Replies: 18
Views: 5377

Re: SqlLite OR MySql

In my directory of Fivetouch there are no files *.pro :(
by vilian
Fri Oct 19, 2018 6:53 pm
 
Forum: FiveTouch
Topic: SqlLite OR MySql
Replies: 18
Views: 5377

Re: SqlLite OR MySql

Your code is correct, but

Para que este código compile bien, es necesario que se añada el módulo sql al proyecto, es decir al fichero *.pro con la linea:

QT+=sql

by cnavarro
Fri Oct 19, 2018 4:23 pm
 
Forum: FiveTouch
Topic: SqlLite OR MySql
Replies: 18
Views: 5377

Re: SqlLite OR MySql

Antônio, I believe it's that I want, but I don't how to use this code in Fivetouch ! I have tried by this way, but don't worked ! #include "FiveTouch.ch" function Main() LOCAL oBD oDB := QSqlDatabase() oDB:addDatabase("QMYSQL") oDB:setHostName("10.10.1.1") oDB:setDataba...
by vilian
Wed Oct 17, 2018 8:50 pm
 
Forum: FiveTouch
Topic: SqlLite OR MySql
Replies: 18
Views: 5377

Re: SqlLite OR MySql

But Can I use the same way to use MySql ?
by vilian
Wed Sep 19, 2018 11:29 am
 
Forum: FiveTouch
Topic: SqlLite OR MySql
Replies: 18
Views: 5377

Re: SqlLite OR MySql

QT provides support for SqlLite (FiveTouch uses QT):

https://katecpp.wordpress.com/2015/08/28/sqlite-with-qt/
by Antonio Linares
Wed Sep 19, 2018 11:11 am
 
Forum: FiveTouch
Topic: SqlLite OR MySql
Replies: 18
Views: 5377
Next

Return to advanced search