Local DBMS for wince (which works with lazarus) [closed] - pascal

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I have to start a pocket application. I have choose Lazarus for developing it, coz it is pascal based and free.
But in dbms stage, i have limits with it.
anyway. Firebird server doesnt work on locally at wince.
at now im using dbf iii+ but it has no sql command support. do you have any idea ? Do you know a good component for connect mssql compact edition on wince ?
Regards.

See the Lazarus forum. There are some threads about using sqlite on Wince , with links to third party builds (even older WinCEs with armv4's) e.g:
http://forum.lazarus.freepascal.org/index.php/topic,10301.msg127795.html#msg127795
http://forum.lazarus.freepascal.org/index.php/topic,21304.msg124493.html#msg124493
Another option is the TDBF component that comes with FPC/Lazarus.

Related

is there a OS dev framework that uses the menubar? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I am thinking in build an application that stays at the menubar in OSX and the clock in Windows.
I would like to know if any of the cross-platforms frameworks (like wxwidgets, qt etc) are able to help me accomplish this.
Or is this so OS specific that I would have to build one app for each?
thanks,
Joe
Qt can happily do this for you. See the QSystemTrayIcon class, as well as it's setContextMenu() function.

How to begin programming standalone applications for OS X [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Are there any good resources for beginning writing applications for OS X?
I'm familiar with c++, Java, php so don't necessarily need introduction to programming concepts but don't really know where to start with creating applications for a mac.
I have used Borland for creating .exe files on a PC. Is there a similar system for macs?
If you want to continue in a language you already know, you can use Qt, which uses C++ and supports many platforms, including OSX.
However, the most common programming language for OSX is Objective-C, which you'll be able to find many tutorials on-line.
The most common IDE to use is XCode, which is free in the App Store.

Any Free Alternative for Oracle SQL Developer [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I'm having a little hard time using the SQL Developer, like when doing lengthy scripts and there's an error somewhere, I have to go at most line by line searching the error. I recently shifted from Toad since it is not a free software anymore. Do we have have any open sourced free alternative to SQL Developer?
All of these tools rely on Oracle for information on the location of an error. If you don't get that information in SQL Developer then you're not going to get it from another.
Well, if you only need a software that will check your query for errors, and that the error will be pointed out by line, personally I'm using this site. I have been using it to check the errors line by line.

API Documentation Manager and Browser for Windows [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
The other day i found about a cool utility : Dash – Snippet Manager, Documentation Browser
This utility is collection of documentation of popular frameworks.
http://kapeli.com/dash/
However this is avaialble for Mac OS X only. Is there some tool/utility available for Windows as well ?
P.S Must have utility for Mac boys....
I know only Zeal but this one looks not so far advanced like Dash is.
Anyways it can be usefull: Zealdocs.org

GeneXus X tutorials [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'm currently evaluating GeneXus X, and I'd like to know where I could get tutorials (either in English, Spanish, Portuguese, it doesn't matter) on the following subjects:
Report Creation
Database Reverse Engineering Tool
Advanced transaction creation (relations, menu, rules, events)
Deploying
Interoperation with external DLL's
I'm using GeneXus X ev1, My knowledge base is in C#.
Marcelo, all the topics your are asking for are covered, at least in spanish, here:
http://training.genexus.com/Tutorial/tutorials?es,,MNU;E;19;2;MNU;
More under wiki.genexus.com
You can download the GeneXus Quick Start Guide from this url, http://www.genexususa.com/portal/hgxpp001.aspx?19,61,1055,O,E,0,MNU;E;225;3;MNU;,
You can direct yourself to gxtechnical.com
Gabriel.
Marcelo, specifically about the Database reverse engineering process with Genexus, here you can find an overview: http://wiki.gxtechnical.com/commwiki/servlet/hwikibypageid?2414

Resources