Click here to Skip to main content
15,918,516 members
Home / Discussions / C#
   

C#

 
AnswerRe: how to assign a null value to an int Pin
Colin Angus Mackay31-Jan-07 23:06
Colin Angus Mackay31-Jan-07 23:06 
AnswerRe: how to assign a null value to an int Pin
Parwej Ahamad1-Feb-07 1:14
professionalParwej Ahamad1-Feb-07 1:14 
QuestionRemove groupbox borders Pin
Ankit Aneja31-Jan-07 22:45
Ankit Aneja31-Jan-07 22:45 
AnswerRe: Remove groupbox borders Pin
Colin Angus Mackay31-Jan-07 23:04
Colin Angus Mackay31-Jan-07 23:04 
AnswerRe: Remove groupbox borders Pin
krieg381-Feb-07 0:17
krieg381-Feb-07 0:17 
GeneralRe: Remove groupbox borders Pin
bobsugar2221-Feb-07 2:17
bobsugar2221-Feb-07 2:17 
QuestionWireless communication through WI Fi Pin
Member 378391131-Jan-07 22:26
Member 378391131-Jan-07 22:26 
QuestionHibernate connection for Interbase database Pin
Robi-Robo31-Jan-07 22:20
Robi-Robo31-Jan-07 22:20 
Hello Everyone,

Recently i want to convert an existing VB application to Visual Studio.Net(2005) using c#, Hibernate and Interbase database.

Now i m facing problem with the Hibernate connection.

I put the following code for Hibernate connection:
<nhibernate>
<add key="hibernate.connection.driver_class"
value="NHibernate.Driver.InterBaseDriver"/>
<add key="hibernate.dialect"
value="NHibernate.Dialect.InterbaseDialect" />
<add key="hibernate.connection.provider"value="NHibernate.Connection.DriverConnectionProvider" />
<add key="hibernate.connection.connection_string" value="Database=C:\ProgramFiles\Database\CLASS.gdb;User=SYSDBA;password=abcd" />
</nhibernate>


But this code generate an error.
Can anyone help me solving this problem?
Thanks in advance.





Robi
Software Programmer
QuestionImplementing "Merge replication" in vs.net 2005 Pin
Spaz8031-Jan-07 21:58
Spaz8031-Jan-07 21:58 
AnswerRe: Implementing "Merge replication" in vs.net 2005 Pin
Pete O'Hanlon31-Jan-07 22:21
mvePete O'Hanlon31-Jan-07 22:21 
Questionoop materials Pin
md_refay31-Jan-07 21:25
md_refay31-Jan-07 21:25 
AnswerRe: oop materials Pin
bobsugar22231-Jan-07 21:53
bobsugar22231-Jan-07 21:53 
Questionpainting a part of image Pin
samreengr831-Jan-07 21:14
samreengr831-Jan-07 21:14 
AnswerRe: painting a part of image Pin
bobsugar22231-Jan-07 21:41
bobsugar22231-Jan-07 21:41 
AnswerRe: painting a part of image Pin
Christian Graus31-Jan-07 22:42
protectorChristian Graus31-Jan-07 22:42 
Questionfile transfer between webserver and a local server Pin
kalyan_241631-Jan-07 20:56
kalyan_241631-Jan-07 20:56 
QuestionRetrieve data from a Dataset into an string array - how?? Pin
ComCoderCsharp31-Jan-07 20:41
ComCoderCsharp31-Jan-07 20:41 
AnswerRe: Retrieve data from a Dataset into an string array - how?? Pin
Mircea Puiu31-Jan-07 20:58
Mircea Puiu31-Jan-07 20:58 
QuestionOpenFileDialog dlg = new OpenFileDialog(); Pin
Eyungwah31-Jan-07 20:32
Eyungwah31-Jan-07 20:32 
AnswerRe: OpenFileDialog dlg = new OpenFileDialog(); Pin
Mircea Puiu31-Jan-07 20:52
Mircea Puiu31-Jan-07 20:52 
QuestionUser Control Pin
Biswajit Ghosh31-Jan-07 20:25
Biswajit Ghosh31-Jan-07 20:25 
AnswerRe: User Control Pin
Christian Graus31-Jan-07 20:26
protectorChristian Graus31-Jan-07 20:26 
GeneralRe: User Control Pin
Biswajit Ghosh31-Jan-07 20:29
Biswajit Ghosh31-Jan-07 20:29 
GeneralRe: User Control Pin
bobsugar22231-Jan-07 22:01
bobsugar22231-Jan-07 22:01 
GeneralRe: User Control Pin
Biswajit Ghosh1-Feb-07 19:49
Biswajit Ghosh1-Feb-07 19:49 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.