informix
Error connecting to Informix using .NET driver
I have a problem connecting to Informix server(windows) using ADO.NET. I\'m using Listing 1 code from this article:[详细]
2023-04-12 23:35 分类:问答How to get the children of a string according to the dot
I have code numbers as the following sequential: 1 1.1 1.2 1.3 . . . 1.1.1 1.1.2 . . . 2 And so.. I want a method to that parses the children based on some input. For example, if the input is 1 th[详细]
2023-04-11 05:35 分类:问答ODBC Call Syntax for multiple return values
So first off, sorry for the length of the question... So basically I\'m having issues calling a stored proc from an Informix database where the stored proc has multiple return value, while using ODBC[详细]
2023-04-09 23:57 分类:问答SQL Update fails - pyodbc - informix
Updates to an 开发者_Python百科informix database via a python script using pyodbc are silently failing.[详细]
2023-04-07 10:59 分类:问答Informix can't connect via IBM.Data.Informix
I\'m trying to connect to Informix database using sample code from https://www.ibm.com/developerworks/data/library/techarticle/dm-0510durity/[详细]
2023-04-07 09:12 分类:问答DBD::Informix connection issues
I\'m having somewhat weird problem with DBD::Informix. If I run a simple script like that: use DBI; my $dbh = DBI->connect_cached(\'dbi:Informix:database\', \'\', \'\');[详细]
2023-04-05 07:58 分类:问答How to do the BATCH insert in JPA?
I am using JPA with Hibernate persistence. We are using JPA in the following configurations. persistence-api 1.0 ver开发者_JAVA百科sion[详细]
2023-04-05 01:45 分类:问答How to provide values dynamically in "using" in Informix ESQL/C?
Our Informix ESQL/C (.ec) program uses the query: select count(*) from <table> where col >= val1 and col <= val2[详细]
2023-04-04 01:31 分类:问答how to reduce time out connecting to a informix instance
I need to reduce the time to get an error when connecting to an unavailable instance. The 开发者_如何转开发problem is that I can\'t modify the machine configuration. And currently I\'m using the ODBC[详细]
2023-04-03 07:17 分类:问答Find Informix table and column details using SQL query
I want to get Informix database table information and column information such as table names column names of the table[详细]
2023-04-02 12:51 分类:问答