| View previous topic :: View next topic |
| Author |
Message |
PP Guest
|
Posted: Thu Aug 19, 2004 1:40 pm Post subject: "Insufficient base table information for updating or refresh |
|
|
what is this error on ADO Query when I try to refresh...
"Insufficient base table information for updating or refre"
Ado Query:
object qCampanha: TADOQuery
Connection = dmMain.cntWytronDir
CursorType = ctStatic
ParamCheck = False
Parameters = <>
SQL.Strings = (
'select * from camp'
'where ID > 0'
' ')
Left = 176
Top = 208
end
ADO Connection:
object cntWytronDir: TADOConnection
Connected = True
ConnectionString =
'Provider=MSDASQL.1;Password=DragonBall65;Persist Security Info=T' +
'rue;Data Source=CampAtual'
LoginPrompt = False
Mode = cmReadWrite
Left = 16
Top = 20
end
Could somebody help me again?
PP
|
|
| Back to top |
|
 |
Mike Shkolnik Guest
|
Posted: Thu Aug 19, 2004 2:10 pm Post subject: Re: "Insufficient base table information for updating or ref |
|
|
Add the qCampanha.CursorLocation := clUseServer;
--
With best regards, Mike Shkolnik
EMail: [email]mshkolnik (AT) scalabium (DOT) com[/email]
http://www.scalabium.com
"PP" <paulo (AT) endosoft (DOT) com.br> wrote
| Quote: | what is this error on ADO Query when I try to refresh...
"Insufficient base table information for updating or refre"
Ado Query:
object qCampanha: TADOQuery
Connection = dmMain.cntWytronDir
CursorType = ctStatic
ParamCheck = False
Parameters =
SQL.Strings = (
'select * from camp'
'where ID > 0'
' ')
Left = 176
Top = 208
end
ADO Connection:
object cntWytronDir: TADOConnection
Connected = True
ConnectionString =
'Provider=MSDASQL.1;Password=DragonBall65;Persist Security Info=T' +
'rue;Data Source=CampAtual'
LoginPrompt = False
Mode = cmReadWrite
Left = 16
Top = 20
end
Could somebody help me again?
PP
|
|
|
| Back to top |
|
 |
PP Guest
|
Posted: Thu Aug 19, 2004 3:28 pm Post subject: Re: "Insufficient base table information for updating or ref |
|
|
I realy solve my problem..
many thankx Mike...
PP
"Mike Shkolnik" <mshkolnik2002 (AT) ukr (DOT) net> escreveu na mensagem
news:4124b4b3 (AT) newsgroups (DOT) borland.com...
| Quote: | Add the qCampanha.CursorLocation := clUseServer;
--
With best regards, Mike Shkolnik
EMail: [email]mshkolnik (AT) scalabium (DOT) com[/email]
http://www.scalabium.com
"PP" <paulo (AT) endosoft (DOT) com.br> wrote in message
news:4124ac32 (AT) newsgroups (DOT) borland.com...
what is this error on ADO Query when I try to refresh...
"Insufficient base table information for updating or refre"
Ado Query:
object qCampanha: TADOQuery
Connection = dmMain.cntWytronDir
CursorType = ctStatic
ParamCheck = False
Parameters =
SQL.Strings = (
'select * from camp'
'where ID > 0'
' ')
Left = 176
Top = 208
end
ADO Connection:
object cntWytronDir: TADOConnection
Connected = True
ConnectionString =
'Provider=MSDASQL.1;Password=DragonBall65;Persist Security Info=T' +
'rue;Data Source=CampAtual'
LoginPrompt = False
Mode = cmReadWrite
Left = 16
Top = 20
end
Could somebody help me again?
PP
|
|
|
| Back to top |
|
 |
|