I am new to this. I want to use ncreport with my qt project to generate reports as crystal reports are not compatible with it. I am using MS Access database. I want to connect it with my ncreport. Can anyone guide me Where I can get the hostname/IP address for the QODBC connection? or how I can connect my database with the ncreport?
Help will be appreciated.
Thanks
Related
Is there any Expo-Feathers-MobX boilerplate? All I can find is boilerplates and projects based on react-native-cli which I couldn't get them to work on my machine.
I'm trying to use FeathersJS server socket as my back-end server for my Expo app but I could not get it to connect. It's hard to sum all the attempts that I tried so I'm asking for a boilerplate, a guide or a tutorial please.
Thanks
Just use the Driver of Microsoft Github repo - it was already working with the beta and now they stabilized it - I forgot to "answer" the question here by myself - sorry for that delay. Link: Azure MSSQL
How is it possible to connect from symfony2.8 on PHP7 to a MSSQL server using ODBC connection?
Can't find anything in the net, except for some legacy stuff.
What needs to be changed / done? I know that Symfony offers odbc, can I still use doctrine as mapper when connecting through odbc?
It is working, it already worked with the beta release
I want to Connect to a SQL Server Database from my c++ project in eclipse IDE. In Microsoft MSDN i found these links:
connect use sql server in c++
Database Connectivity
But i don't understand what to do, i need a way to fetch data from my database, any suggestion?
I've been busy writing a login server for a larger server network I'm developing (game servers) and I've hit a problem.
So I'm creating a login service using RakNet and MySQL. RakNet is fine and it works great but now I want to attach a database so I can keep registered users and let them log in. Now, I added all include and lib things to my project properties and I use mysql++ to connect to my database.
Everything compiles fine and I get no errors but when I try to start the service, after installing it correctly, I get an error 1067 that it can't be started.
I have this error since I've implemented mysqlpp but I have no idea how to solve it (been searching the internet for days). I tried reinstalling the MySQL server but that didn't help. I have the latest version of mysql++ by the way.
Anyone knows how to solve or debug this problem? Thanks in advance!
I created a datasource from my ColdFusion 8 admin using JDBC/Oracle Thin Client. The datasource creation was successful.
When Oracle encryption is configured as "Requested" I can browse my ColdFusion app. and run many functionalities with no problem. But when the Oracle encryption is configured as "Required" the connection fails.
The way I tested and know that it was failed was when I log in to my web app. It won't log me in. But when the Oracle is switched back as "Requested" I can log in successfully and run my tasks.
I have ColdFusion 8 Enterprise version and the operating system is Unix.
From the network dept, I was told they have the correct JAR file in place but not sure what is the correct JAR file.
Currently my web apps are running with datasource created using Oracle Thin Clint but the Oracle encryption needs to be switched back to "Requested" otherwise my users are complaining that they can't log in.
Has anyone ever experienced this situation and found a solution?
What should I do so I can use Oracle encryption set to "Required"?
I believe you are looking for the ojdbc14.jar file in the ColdFusion8/wwwroot/WEB-INF/lib directory (this will work with 11g).
I would give Coldfusion a restart but it might not be unnecessary.
Navigate to your Coldfusion Administrator.
In the ColdFusion Administration under data sources. Add a new data source along with your credentials and choose Other from the Database driver options.
Then enter this: jdbc:oracle:thin:#10.10.10.11:1521:ORCL in the JDBC URL Textarea.
In the Driver Class textfield enter oracle.jdbc.OracleDriver.
If you need a different jar (not sure you will) but if you do you can down load it from here.
http://www.oracle.com/technetwork/indexes/downloads/index.html
Hope this is helpful or at least gets you further along.
Frank, Thank you for the answer but the java version running on my CF server is JAVA1.6 and the ojdbc.jar that's installed in there is ojdbc6.jar
Should the version of ojdbc.jar and java be the same? If I am already in the right track with my ojdbs.jar and java files then I'm back to square one
In addition, my further test using Oracle encryption as "Requested", I can run my apps. just fine except when my CF made a call to a str. procedure, it did not return a result. So I got CF error.
From me googling this issue, I found a blog that says this is a problem on CF standard version when using Oracle Thin Client. My CF is Enterprise edition.
I'm confused...is this related? how can I make this work?