Q: When i call the following method: con.Begin_Transaction(); Method implementation: public void Begin_Transaction()
I have several customers, each running a customized v开发者_JS百科ersion of my ISQL (SE) desktop app.I would like to replace their desktop app with thin client WinTerm\'s, connecting to the cloud (My
I have a table which has starttime fi开发者_如何学Goeld.this field of type DateTime and I configure it to (Hour to Minute) in Specials, because I wanna to store only time in this format.
Do you know where can I download Informix 3.30 for DOS? I have a system developed in Informix 3.30 for an old machine and want to migrate i开发者_如何转开发t now to a PC.
INFORMIX-SQL 4.10.DC1 (SE Engine), on DOS 6.22, under Microsoft Virtual PC 2007, in Windows 7! EDIT: Looking for Jonathan Leffler\'s wisdom on this one!
IBM Informix SDK: Statement: Update mytable set myblobcolumn = ? where myid = 1; using (IfxConnection conn = GetIfxConnection())
I have the following table in my database: create table ( name 开发者_Python百科varchar(25), valueint,
I\'m using Informix and the .NET SDK (C#): Basically, is there any way to insert a blob when doing a standard insert sql statement?
I\'m using Informix version 11.50.FC6 via iSql I\'m giving the result of a CASE block a virtual name, att_hrs
I connected to the Informix server using RazorSQL, created a stored procedure and tested it, getting the expected answer, so the procedure exists in the database in some form.