Click here to Skip to main content
15,883,623 members
Articles / Programming Languages / C#

Firebird 2 and Images

Rate me:
Please Sign up or sign in to vote.
4.06/5 (10 votes)
9 Jun 2007CPOL1 min read 85.4K   1.6K   38  
Firebird 2 using stored procedure, manage Image ‘BLOB’ and easy to save and get back your images
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
  <appSettings>
   <add key="DBPathDef" value="User=SYSDBA;Password=masterkey;Database=D:\\TEST.FDB;Port=3050;Dialect=3;Charset=NONE;Role=;Connection lifetime=0;Connection timeout=15;Pooling=True;Packet Size=8192;Server Type=0"/>
    <add key="DBPathDef1" value="User=SYSDBA;Password=218026;Database=D:\\TEMPDATA.FDB;Port=3050;Dialect=3;Charset=NONE;Role=;Connection lifetime=0;Connection timeout=15;Pooling=True;Packet Size=8192;Server Type=0"/>
    <!--<add key="DBPathDef" value="User=SYSDBA;Password=218026;Database=D:\\PAYDTA.FDB;ServerType = 1"/>-->
  </appSettings>
</configuration>
<!--User=SYSDBA;Password=masterkey;Database=D:\\TEST.FDB;Port=3050;Dialect=3;Charset=NONE;Role=;Connection lifetime=0;Connection timeout=15;Pooling=True;Packet Size=8192;Server Type=0-->
<!--User=SYSDBA;Password=masterkey;Database=D:\\TEST.FDB;ServerType = 1;-->

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
India India
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions