BUG #3521: ExecuteCommandTextForSingleResult : Fatal error in query

Поиск
Список
Период
Сортировка
От Ravikumar
Тема BUG #3521: ExecuteCommandTextForSingleResult : Fatal error in query
Дата
Msg-id 200708071309.l77D9Ysh003448@wwwmaster.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #3521: ExecuteCommandTextForSingleResult : Fatal error in query
Список pgsql-bugs
The following bug has been logged online:

Bug reference:      3521
Logged by:          Ravikumar
Email address:      raviit123@rediffmail.com
PostgreSQL version: Latest Version
Operating system:   Win 2003
Description:        ExecuteCommandTextForSingleResult : Fatal error in query
Details:

Hi, I have got this new error while executing my application which is in
vb.net.

ExecuteCommandTextForSingleResult : Fatal error in query
ERROR:  relation "t_localisation" does not exist

at
System.Data.OleDb.OleDbCommand.ExecuteCommandTextForSingleResult(tagDBPARAMS
dbParams, Object& executeResult)
   at System.Data.OleDb.OleDbCommand.ExecuteCommandText(Object&
executeResult)
   at System.Data.OleDb.OleDbCommand.ExecuteCommand(CommandBehavior
behavior, Object& executeResult)
   at System.Data.OleDb.OleDbCommand.ExecuteReaderInternal(CommandBehavior
behavior, String method)
   at System.Data.OleDb.OleDbCommand.ExecuteReader(CommandBehavior
behavior)
   at
System.Data.OleDb.OleDbCommand.System.Data.IDbCommand.ExecuteReader(CommandB
ehavior behavior)
   at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset,
DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String
srcTable, IDbCommand command, CommandBehavior behavior)
   at System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32
startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior
behavior)
   at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable)
   at FMM.FMM_SQLTools.QueryToDataTable(String Query, CryptographyLevel
CryptographyLevel) in
D:\Utilisat\LVallee\Project\FMM\FMMGenerator\FMM\Lib\FMM_SQLTools.vb:line
247

LocalConnection:Query=SELECT T_LOCALISATION.ID_LOCALISATION,
T_LOCALISATION.C_LOCALISATION, T_LOCALISATION.L_LOCALISATION,
T_LOCALISATION.BIN_LOCALISATION_IMAGE FROM T_LOCALISATION  WHERE
T_LOCALISATION.C_LOCALISATION = 'FR-fre'

dt.Rows.Count=0
   at FMM.FMM_SQLTools.QueryToDataTable(String Query, CryptographyLevel
CryptographyLevel) in
D:\Utilisat\LVallee\Project\FMM\FMMGenerator\FMM\Lib\FMM_SQLTools.vb:line
278
   at FMM.FMM_Session.QueryToDataTable(String Query, String ConnectionKey)
in D:\Utilisat\LVallee\Project\FMM\FMMGenerator\FMM\Base\FMM_Session.vb:line
6448
   at FMM.TLocalisation.GetInstanceByExecSQL(String szSelect, String szFrom,
String szWhere, String[] MembersToTranslate, String
CDictionaryContextTarget, TCountry tCountryTarget, TLanguage
tLanguageTarget, Boolean NoProperty, Boolean NoExtendedProperty) in
D:\Utilisat\LVallee\Project\FMM\FMMGenerator\FMM\Classes\TLocalisation.vb:li
ne 1714
   at FMM.TLocalisation.GetLocalisation(Int32 IdLocalisation, String
CLocalisation, String LLocalisation, TLocCompanyLang tLocCompanyLang,
TTranslationMemory tTranslationMemory, Condition Conditions, String[]
MembersToTranslate, String CDictionaryContextTarget, TCountry
tCountryTarget, TLanguage tLanguageTarget, Boolean NoProperty, Boolean
NoExtendedProperty) in
D:\Utilisat\LVallee\Project\FMM\FMMGenerator\FMM\Classes\TLocalisation.vb:li
ne 1668
   at FMM.MLocalisation.CreateOrUpdate_Localisation(FMM_Session FMMSession,
String Code, Boolean UseMD5, String LLocalisation) in
D:\Utilisat\LVallee\Project\FMM\FMMGenerator\FMM\Modules\MLocalisation.vb:li
ne 168
   at FMM.MLocalisation.InitDatabase(FMM_Session FMMSession) in
D:\Utilisat\LVallee\Project\FMM\FMMGenerator\FMM\Modules\MLocalisation.vb:li
ne 161
   at ImportScheduler.ISResources.InitBlankDatabase(FMM_Session FMMSession,
Configuration WebConfigurationFile, AppSettingsReader AppConfigurationFile)
in D:\Users\Rninama\ImportScheduler\App_Code\Common\ISResources.vb:line 290

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: BUG #3520: insert causing error "invalid memory alloc request size 2147483648"
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: BUG #3521: ExecuteCommandTextForSingleResult : Fatal error in query