firebird
Firebird unknown token 'into' when using EXECUTE STATEMENT
I use EXECUTE STATEMENT to return values from select like this: EXECUTE STATEMENT \'select \'||:fl||\',\'||:开发者_高级运维f2||\',\'||:f3||[详细]
2023-04-13 04:38 分类:问答example for using execute block to insert data using parameters for column names
I dont know if this is possible but I am looking for any example using execute block to execute Insert statement and insert data using parameters for column names[详细]
2023-04-13 01:39 分类:问答Cant get Exceptions & Dispose() to work in this method
I have the following function which reads from a firebird database. The Function works but does not handle exceptions (Required).[详细]
2023-04-12 16:43 分类:问答How to reference field names with variable in Firebird stored procedure or execution block
Please give me an example how to reference field names with variable in a Firebird stored procedure or execute block[详细]
2023-04-12 06:05 分类:问答Is there a way to reference field name with a variable in Firebird
Is there a way to开发者_C百科 reference field name with a variable value in Firebird ? for example I want to make SQL like this:[详细]
2023-04-12 04:05 分类:问答Win 2K8 Svr Std actively refusing connections to open share folders and associated Firebird 1.5.6 DB in the share
I am having issues wit开发者_开发技巧h a new W2K8 Std Svr refusing connections through FB client, unc, or Winders Exploder from other machines on the same single network (192.168.1). I have dropped RS[详细]
2023-04-11 02:54 分类:问答SQL: eliminate the selection of redundant records that occur within X minutes
DB in use is Firebird 2.1,in case not familiar with here is select statement sql ref: http://ibexpert.net/ibe/index.php?n=Doc.DataRetrieval[详细]
2023-04-11 02:32 分类:问答Firebird's Entity Model support
I downloaded Firebird 2.5 and read somewhere that it supports Entity Framework. When I add ADO.NET Entity Data Model in my project and try to update database with model, Visual Studio 2010 only displa[详细]
2023-04-10 23:54 分类:问答Firebird - update row's value in table basing on some condition
As far as I remember I could do such update in MS SQL Server: UPDATE MyTable SET MyValue = (IF SomeCondition THEN 1 ELSE 0 END)[详细]
2023-04-10 20:13 分类:问答Which ORM tool is compatibe with Firebird 2.5?
I want to use Firebird 2.5 SuperServer as back-end to .NET 开发者_Go百科4.0 application. Which ORM tool is compatible to work with .NET 4.0 & Firebird 2.5?You could also try out Telerik OpenAccess[详细]
2023-04-10 06:48 分类:问答