For our ODBC database, can I directly update it through Microsoft Excel? I'm able to view the tables on it but I need to modify some data. How can I do that?
Thanks! We'll email you when relevant content is added and updated.
Would I be able to trace or log queries that my application sends to SQL Server through our ODBC driver? Does ODBC have some sort of query logging? If there's another way, please let me know.
Thanks! We'll email you when relevant content is added and updated.
Hello, we need to move a large amount of data from a SQL Server database to a Microsoft Access database. The table structure is already setup. Is there anything from SQL I can use for the migration? Or do I have to use a ODBC data source? Thanks.
Thanks! We'll email you when relevant content is added and updated.
I'm pretty new to mobile development (particular iOS). I need to make our new application connect to a Sybase database. I'm thinking of using ODBC. Does anyone know how to do this? Is there any documentation on this?
Thanks! We'll email you when relevant content is added and updated.
Hello, We have this ODBC entry that we need to test to see if it connects our Linux server to SQL Server. Before this, we need to make sure the entry is configured correctly too. Can anyone points us in the right direction?
Thanks! We'll email you when relevant content is added and updated.
I'm currently on a Windows machine with a Microsoft Access database. I need to import that into MySQL on another Linux web server. Here's what I'm doing right now: Exported as text file Copied with FTP Loaded into MySQL Is there a better process for this? Any help would be appreciated.
Thanks! We'll email you when relevant content is added and updated.
Consider a relation scheme R(A,B,C,D) where A is candidate key. With no information about FDs involved, then R is in which normal form? Is it First Normal form or Second normal form or BCNF or Third normal form?
Thanks! We'll email you when relevant content is added and updated.
My Linux application uses DSNs to connect to our SQL Server. For some reason, the connection has stopped working and I can't find the DSN's credentials. What should I do here?
Thanks! We'll email you when relevant content is added and updated.
Hi, To connect to my MySQL server, I've been using an ODBC connection. Is there a way to check if a table exists in my database? And if it's not there, how can I create one?
Thanks! We'll email you when relevant content is added and updated.
Hello everyone, I'm in major need of help here. I'm on a Windows machine and I need to export my ODBC System DSNs. How can I do that? Has anyone done that before? Any help would be greatly appreciated.
Thanks! We'll email you when relevant content is added and updated.
I've been trying to connect to our DB2 database through JDBC from Eclipse. I already have the JAR file but I keep getting this error message: Error occurred java.lang.ClassNotFoundException: com.ibm.db2.jcc.DB2Driver Error occurred java.sql.SQLException: No suitable driver found for...
Thanks! We'll email you when relevant content is added and updated.
I'm trying to test my connection to my DB2 database. Usually with my Oracle databases, I would just run 'SELECT' from dual but I know that's for Oracle only. How can I do this for DB2? Is there a specific SQL statement?
Thanks! We'll email you when relevant content is added and updated.
Let's say I want to do: SELECT * FROM tableName But some columns' values have linebreaks, so in my MySQL console it breaks the formatting of the table. I know I can circumvent this by explicitly REPLACE()ing CLRF chars, but this requires me naming each column and is not very quick to type out, eg.:...
Thanks! We'll email you when relevant content is added and updated.
I know very little about the iSeries (I can spell it is all). I am working with an ODBC connection to get to DB2 data on the iSeries. Everything is going extremely well other than 2 files that I need to access use members. These are the only ones that do on the entire system. I was told that I...
Thanks! We'll email you when relevant content is added and updated.
I have a DB2 database that has over 150 GB of data. I'm using the built-in backup option to back it up daily. Here's my issue - it's taking a long time to finish. Is there another backup option I should look into? Thank you.
Thanks! We'll email you when relevant content is added and updated.