Click here to Skip to main content
15,918,471 members
Home / Discussions / Database
   

Database

 
QuestionRe: Calculating the space occupied by each row in a table Pin
Vishu Gurav10-Jul-07 17:00
Vishu Gurav10-Jul-07 17:00 
QuestionProblem displaying colums as rows => need help Pin
masyarial5-Jul-07 16:09
masyarial5-Jul-07 16:09 
AnswerRe: Problem displaying colums as rows => revised Pin
masyarial5-Jul-07 21:36
masyarial5-Jul-07 21:36 
QuestionSQL Server 2005 Changing Table Names Pin
Richard Andrew x645-Jul-07 14:50
professionalRichard Andrew x645-Jul-07 14:50 
AnswerRe: SQL Server 2005 Changing Table Names Pin
originSH5-Jul-07 22:09
originSH5-Jul-07 22:09 
QuestionBind with an intermediate table Pin
Richard Blythe5-Jul-07 10:24
Richard Blythe5-Jul-07 10:24 
AnswerRe: Bind with an intermediate table Pin
Humble Programmer6-Jul-07 6:26
Humble Programmer6-Jul-07 6:26 
QuestionADO and MSACCESS [modified] Pin
AmirAlilou5-Jul-07 2:39
AmirAlilou5-Jul-07 2:39 
Hi

I have a problem with INSERT,UPDATE table when working with ODBC in DotNet.

if you go to the following link and fill all the field and then click button see the error .i can not solve this.
http://www.bastanbar.com/ViewOrders.aspx
my connection string is in the following function
<br />
Public Shared Function GetConnection() As OdbcConnection<br />
        Dim myConn As OdbcConnection<br />
        Dim connStr, path As String<br />
        Dim Request As System.Web.HttpRequest<br />
        path = HttpContext.Current.Request.PhysicalApplicationPath()<br />
        path = path + "data.mdb"<br />
        connStr = "Driver={Microsoft Access Driver (*.mdb)};DBQ=" + path + ";ReadOnly=0;"<br />
        myConn = New OdbcConnection(connStr)<br />
        Return myConn<br />
    End Function<br />

when i try to add one record to my table an error ocures
"ERROR [HY000] [Microsoft][ODBC Microsoft Access Driver] Operation must use an updateable query"


please help me to solve this problem
AnswerRe: ADO and MSACCESS Pin
martin_hughes5-Jul-07 3:11
martin_hughes5-Jul-07 3:11 
GeneralRe: ADO and MSACCESS Pin
AmirAlilou5-Jul-07 3:18
AmirAlilou5-Jul-07 3:18 
AnswerRe: ADO and MSACCESS Pin
martin_hughes5-Jul-07 5:49
martin_hughes5-Jul-07 5:49 
GeneralRe: ADO and MSACCESS Pin
AmirAlilou5-Jul-07 6:16
AmirAlilou5-Jul-07 6:16 
GeneralRe: ADO and MSACCESS Pin
martin_hughes5-Jul-07 7:00
martin_hughes5-Jul-07 7:00 
GeneralRe: ADO and MSACCESS Pin
AmirAlilou5-Jul-07 7:48
AmirAlilou5-Jul-07 7:48 
Questionerror while try to attach database to sql server2005 Pin
combo_ci5-Jul-07 1:01
combo_ci5-Jul-07 1:01 
AnswerRe: error while try to attach database to sql server2005 Pin
kubben5-Jul-07 2:40
kubben5-Jul-07 2:40 
GeneralAgent Job error Pin
Mircea Grelus5-Jul-07 0:30
Mircea Grelus5-Jul-07 0:30 
Questionhi...How to store datas temp in database Pin
Exelioindia4-Jul-07 23:38
Exelioindia4-Jul-07 23:38 
AnswerRe: hi...How to store datas temp in database Pin
originSH4-Jul-07 23:48
originSH4-Jul-07 23:48 
AnswerRe: hi...How to store datas temp in database Pin
SHatchard5-Jul-07 0:24
SHatchard5-Jul-07 0:24 
AnswerRe: hi...How to store datas temp in database Pin
Leah_Garrett5-Jul-07 0:48
Leah_Garrett5-Jul-07 0:48 
QuestionSQL Database Backup Pin
allan.cawood4-Jul-07 23:27
allan.cawood4-Jul-07 23:27 
AnswerRe: SQL Database Backup Pin
Paul Conrad13-Jul-07 11:55
professionalPaul Conrad13-Jul-07 11:55 
GeneralRe: SQL Database Backup Pin
allan.cawood15-Jul-07 20:01
allan.cawood15-Jul-07 20:01 
GeneralRe: SQL Database Backup Pin
Paul Conrad15-Jul-07 20:11
professionalPaul Conrad15-Jul-07 20:11 

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.