Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Developing U++ » UppHub » progress to report fb bazaar
progress to report fb bazaar [message #52825] Sat, 07 December 2019 05:25 Go to next message
mtdew3q is currently offline  mtdew3q
Messages: 181
Registered: July 2010
Location: Upstate, NY (near Canada)
Experienced Member

Hi all-

I think I found a concrete issue I can raise for linux firebird in bazaar.
Using Novo's FirebirdTest code:

	FBSession s;
			s.Connect(
				"/var/lib/firebird/3.0/data/first_database.fdb",
				NULL,
				"sysdba",
				"mypassword",
				"/usr/lib/x86_64-linux-gnu/firebird/3.0/lib/libfbclient.so"
				);


I find that I get this error:

Cannot access lock files directory /tmp/firebird

https:// www.mail-archive.com/firebird-support@yahoogroups.com/msg182 19.html

I usually can connect by using connect localhost:dbname user 'myname' password 'mypassword';

I think the connection string in the bazaar may or may not let me. I might not be doing it right.

Here is a printout to demonstrate:

connect "localhost:/var/lib/firebird/3.0/data/first_database.fdb" user 'sysdba' password "mypassword" 


Any cool tips or help on this would be appreciated. I had problems with mingw, so I switched to linux. It seems to work better for me. I have firebird up and running and even started coding a small practice postgresql U++ project.

Thanks Novo and/or anyone that can comment.

thanks- roboloki



Re: progress to report fb bazaar [message #52827 is a reply to message #52825] Sat, 07 December 2019 23:19 Go to previous message
mtdew3q is currently offline  mtdew3q
Messages: 181
Registered: July 2010
Location: Upstate, NY (near Canada)
Experienced Member

HI all-

Just wanted to give feedback that I got SOCI working with firebird 3.0. It is a cool project that I fool with sometimes. They just came out with soci version 4.0.0.

I can use that with U++ and Tcl/TK and SWIG.

I'd still like to use postgres for the very cool U++ gui building.

I am just bouncing from project to project now.

Hope everyone is having a cool weekend.

Thnx,
roboloki

Previous Topic: Bug: SysInfo->ScreenGrab->Window_SaveCapture on X11 does not set the alpha channel
Next Topic: Controls4U. removed operator= in EditFile/Folder
Goto Forum:
  


Current Time: Thu Mar 28 12:16:31 CET 2024

Total time taken to generate the page: 0.01256 seconds