Click here to Skip to main content
15,916,527 members
Home / Discussions / C#
   

C#

 
GeneralRe: Bind the records from the table to a datalist control in c# Pin
Alex Korchemniy8-Oct-04 6:36
Alex Korchemniy8-Oct-04 6:36 
GeneralRe: Bind the records from the table to a datalist control in c# Pin
mcupryk8-Oct-04 6:56
mcupryk8-Oct-04 6:56 
GeneralHandle KeyPress Event Pin
mfcuser8-Oct-04 5:25
mfcuser8-Oct-04 5:25 
GeneralRe: Handle KeyPress Event Pin
Alex Korchemniy8-Oct-04 5:36
Alex Korchemniy8-Oct-04 5:36 
GeneralRe: Handle KeyPress Event Pin
mfcuser8-Oct-04 6:04
mfcuser8-Oct-04 6:04 
GeneralRe: Handle KeyPress Event Pin
Alex Korchemniy8-Oct-04 6:10
Alex Korchemniy8-Oct-04 6:10 
GeneralRe: Handle KeyPress Event Pin
mfcuser8-Oct-04 6:54
mfcuser8-Oct-04 6:54 
GeneralNT 4 Pin
sevan8-Oct-04 4:48
sevan8-Oct-04 4:48 
i wrote a stock Count Application with C#, i didn't have any problems to run my application on XP and 2000, but i did on NT.
when i run the application it working but when i try to Update data to stock.dbf i get error dialog box.
only on NT 4

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.Data.OleDb.OleDbException: Operation must use an updateable query.
at System.Data.OleDb.OleDbCommand.ExecuteCommandTextErrorHandling(Int32 hr)
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.ExecuteNonQuery()
at Stock.frmEdit.btnSave_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/winnt/microsoft.net/framework/v1.1.4322/mscorlib.dll
----------------------------------------
System
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/winnt/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll
----------------------------------------
System.Drawing
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/winnt/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d50a3a/system.drawing.dll
----------------------------------------
System.DirectoryServices
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/winnt/assembly/gac/system.directoryservices/1.0.5000.0__b03f5f7f11d50a3a/system.directoryservices.dll
----------------------------------------
System.Messaging
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/winnt/assembly/gac/system.messaging/1.0.5000.0__b03f5f7f11d50a3a/system.messaging.dll
----------------------------------------
System.ServiceProcess
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/winnt/assembly/gac/system.serviceprocess/1.0.5000.0__b03f5f7f11d50a3a/system.serviceprocess.dll
----------------------------------------
System.Data
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/winnt/assembly/gac/system.data/1.0.5000.0__b77a5c561934e089/system.data.dll
----------------------------------------
Stock
Assembly Version: 1.0.1739.29870
Win32 Version: 1.0.1739.29870
CodeBase: file:///D:/Aloha/stockControl/Stock.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/winnt/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll
----------------------------------------
System.Xml
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/winnt/assembly/gac/system.xml/1.0.5000.0__b77a5c561934e089/system.xml.dll
----------------------------------------


GeneralRe: NT 4 Pin
sreejith ss nair8-Oct-04 5:17
sreejith ss nair8-Oct-04 5:17 
GeneralRe: NT 4 Pin
Heath Stewart8-Oct-04 7:47
protectorHeath Stewart8-Oct-04 7:47 
GeneralSimple shortcut problem with Windows Installer Pin
goldoche8-Oct-04 4:42
goldoche8-Oct-04 4:42 
GeneralRe: Simple shortcut problem with Windows Installer Pin
sreejith ss nair8-Oct-04 5:25
sreejith ss nair8-Oct-04 5:25 
GeneralRe: Simple shortcut problem with Windows Installer Pin
goldoche8-Oct-04 5:40
goldoche8-Oct-04 5:40 
GeneralRe: Simple shortcut problem with Windows Installer Pin
Heath Stewart8-Oct-04 7:51
protectorHeath Stewart8-Oct-04 7:51 
Generalcut 'n' paste an image Pin
ravindra2318-Oct-04 3:11
ravindra2318-Oct-04 3:11 
GeneralRe: cut 'n' paste an image Pin
Vasudevan Deepak Kumar8-Oct-04 4:04
Vasudevan Deepak Kumar8-Oct-04 4:04 
GeneralGet image property Pin
codes/w8-Oct-04 1:44
codes/w8-Oct-04 1:44 
GeneralRe: Get image property Pin
Alex Korchemniy8-Oct-04 5:01
Alex Korchemniy8-Oct-04 5:01 
GeneralRe: Get image property Pin
codes/w8-Oct-04 19:08
codes/w8-Oct-04 19:08 
GeneralGraphics Color triangle Pin
new_eng_078-Oct-04 1:37
new_eng_078-Oct-04 1:37 
GeneralRe: Graphics Color triangle Pin
benjymous8-Oct-04 2:08
benjymous8-Oct-04 2:08 
GeneralRe: Graphics Color triangle Pin
new_eng_078-Oct-04 2:22
new_eng_078-Oct-04 2:22 
GeneralRe: Graphics Color triangle Pin
benjymous8-Oct-04 2:34
benjymous8-Oct-04 2:34 
GeneralRe: Graphics Color triangle Pin
Heath Stewart8-Oct-04 7:06
protectorHeath Stewart8-Oct-04 7:06 
GeneralRe: Graphics Color triangle Pin
Heath Stewart8-Oct-04 7:45
protectorHeath Stewart8-Oct-04 7:45 

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.