Click here to Skip to main content
15,889,200 members
Home / Discussions / Database
   

Database

 
GeneralRe: Crystal Report vb.net 2005 !!! Pin
kindman_nb28-Jan-07 22:06
kindman_nb28-Jan-07 22:06 
GeneralRe: Crystal Report vb.net 2005 !!! Pin
kindman_nb29-Jan-07 3:08
kindman_nb29-Jan-07 3:08 
AnswerRe: Crystal Report vb.net 2005 !!! Pin
Jati Indrayanto31-Jan-07 15:20
Jati Indrayanto31-Jan-07 15:20 
Questionadvanced subquery Pin
Bit_flipper27-Jan-07 8:42
Bit_flipper27-Jan-07 8:42 
AnswerRe: advanced subquery Pin
Colin Angus Mackay27-Jan-07 10:21
Colin Angus Mackay27-Jan-07 10:21 
QuestionASP and MS Access Pin
kkhelil27-Jan-07 2:18
kkhelil27-Jan-07 2:18 
AnswerRe: ASP and MS Access Pin
andyharman28-Jan-07 23:17
professionalandyharman28-Jan-07 23:17 
QuestionProblem WITH Data Accss Application Blocks DAAB Pin
adnanrafiq27-Jan-07 1:32
adnanrafiq27-Jan-07 1:32 
<u></u>here is my app.config file
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<configSections>
<section name="dataConfiguration" type="Microsoft.Practices.EnterpriseLibrary.Data.Configuration.DatabaseSettings, Microsoft.Practices.EnterpriseLibrary.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" />
</configSections>
<dataConfiguration defaultDatabase="SqlConnection" />
<connectionStrings>
<add name="SqlConnection" connectionString="server=Developer;database=MSPetShop;Integrated Security=true;"
providerName="System.Data.SqlClient" />
</connectionStrings>
</configuration>
first i m getting these two errors:
Message 1 Could not find schema information for the element 'dataConfiguration'.

Message 2 Could not find schema information for the attribute 'defaultDatabase'.


and when i try to call the from my DAL layer i got exception

i m using this funcion
Database db=DatabaseFactory.CreateDatabase();

I hope any one there will reply me many thanks,
adnan

AnswerRe: Problem WITH Data Accss Application Blocks DAAB Pin
Colin Angus Mackay27-Jan-07 10:25
Colin Angus Mackay27-Jan-07 10:25 
AnswerRe: Problem WITH Data Accss Application Blocks DAAB Pin
Duncan Edwards Jones29-Jan-07 8:42
professionalDuncan Edwards Jones29-Jan-07 8:42 
Questionhow to insert data into two table when two tables depend on each other? Pin
Tridip Bhattacharjee26-Jan-07 20:54
professionalTridip Bhattacharjee26-Jan-07 20:54 
AnswerRe: how to insert data into two table when two tables depend on each other? Pin
Bassam Saoud26-Jan-07 23:20
Bassam Saoud26-Jan-07 23:20 
QuestionQuerying Distinct Users Pin
Skanless26-Jan-07 14:32
Skanless26-Jan-07 14:32 
AnswerRe: Querying Distinct Users Pin
M.H.1.2.326-Jan-07 20:03
M.H.1.2.326-Jan-07 20:03 
QuestionHow to get max on each row [modified] Pin
xoxoxoxoxoxox26-Jan-07 9:59
xoxoxoxoxoxox26-Jan-07 9:59 
QuestionRe: How to get max on each row Pin
andyharman26-Jan-07 10:03
professionalandyharman26-Jan-07 10:03 
AnswerRe: How to get max on each row Pin
xoxoxoxoxoxox26-Jan-07 10:09
xoxoxoxoxoxox26-Jan-07 10:09 
GeneralRe: How to get max on each row Pin
andyharman26-Jan-07 10:18
professionalandyharman26-Jan-07 10:18 
GeneralRe: How to get max on each row Pin
Michael Potter26-Jan-07 10:31
Michael Potter26-Jan-07 10:31 
GeneralRe: How to get max on each row [modified] Pin
xoxoxoxoxoxox26-Jan-07 11:08
xoxoxoxoxoxox26-Jan-07 11:08 
QuestionInt value as 0001 Pin
javierarka26-Jan-07 9:40
javierarka26-Jan-07 9:40 
AnswerRe: Int value as 0001 Pin
andyharman26-Jan-07 9:52
professionalandyharman26-Jan-07 9:52 
QuestionColumn ID in a Table wiht autoincrement value predetermined Pin
javierarka26-Jan-07 9:23
javierarka26-Jan-07 9:23 
AnswerRe: Column ID in a Table wiht autoincrement value predetermined Pin
andyharman26-Jan-07 9:50
professionalandyharman26-Jan-07 9:50 
AnswerRe: Column ID in a Table wiht autoincrement value predetermined Pin
Pete O'Hanlon26-Jan-07 10:05
mvePete O'Hanlon26-Jan-07 10:05 

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.