Click here to Skip to main content
15,903,030 members
Home / Discussions / Database
   

Database

 
GeneralRe: Database Design suggestions Pin
Mark Churchill1-Nov-07 16:28
Mark Churchill1-Nov-07 16:28 
NewsLINQ for SharePoint Pin
brucedkyle1-Nov-07 5:48
brucedkyle1-Nov-07 5:48 
GeneralRe: LINQ for SharePoint Pin
pmarfleet1-Nov-07 5:56
pmarfleet1-Nov-07 5:56 
GeneralRe: LINQ for SharePoint Pin
joemonvarghese1-Nov-07 23:53
joemonvarghese1-Nov-07 23:53 
Questionhow can i make sql expression to make a new column using vs 2005 and sql 2000 Pin
matched1-Nov-07 2:20
matched1-Nov-07 2:20 
AnswerRe: how can i make sql expression to make a new column using vs 2005 and sql 2000 Pin
pmarfleet1-Nov-07 2:26
pmarfleet1-Nov-07 2:26 
GeneralRe: how can i make sql expression to make a new column using vs 2005 and sql 2000 Pin
matched1-Nov-07 23:53
matched1-Nov-07 23:53 
GeneralRe: how can i make sql expression to make a new column using vs 2005 and sql 2000 Pin
matched2-Nov-07 0:11
matched2-Nov-07 0:11 
here is the exception btw : System.InvalidOperationException was unhandled
Message="The column mapping from SourceColumn 'Overall' failed because the DataColumn 'Overall' is a computed column."
Source="System.Data"
StackTrace:
at System.Data.Common.DbDataAdapter.UpdatingRowStatusErrors(RowUpdatingEventArgs rowUpdatedEvent, DataRow dataRow)
at System.Data.Common.DbDataAdapter.Update(DataRow[] dataRows, DataTableMapping tableMapping)
at System.Data.Common.DbDataAdapter.UpdateFromDataTable(DataTable dataTable, DataTableMapping tableMapping)
at System.Data.Common.DbDataAdapter.Update(DataTable dataTable)
at testingthefuckingexepression.GymDataSetTableAdapters.NewaccountingTableAdapter.Update(NewaccountingDataTable dataTable) in C:\Documents and Settings\Mr.mohamed\My Documents\Visual Studio 2005\Projects\testingthefuckingexepression\testingthefuckingexepression\GymDataSet.Designer.cs:line 2236
at testingthefuckingexepression.Form1.newaccountingBindingNavigatorSaveItem_Click(Object sender, EventArgs e) in C:\Documents and Settings\Mr.mohamed\My Documents\Visual Studio 2005\Projects\testingthefuckingexepression\testingthefuckingexepression\Form1.cs:line 30
at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
at System.Windows.Forms.ToolStripButton.OnClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ToolStrip.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.Run(Form mainForm)
at testingthefuckingexepression.Program.Main() in C:\Documents and Settings\Mr.mohamed\My Documents\Visual Studio 2005\Projects\testingthefuckingexepression\testingthefuckingexepression\Program.cs:line 17
at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args)
at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args)
at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()

QuestionIssue Regarding Trigger Pin
jaganil31-Oct-07 21:47
jaganil31-Oct-07 21:47 
AnswerRe: Issue Regarding Trigger [modified] Pin
joemonvarghese1-Nov-07 23:24
joemonvarghese1-Nov-07 23:24 
QuestionHow Can i keep an Instance of SQL 2000, while Upgrading to 2005 Pin
Vimalsoft(Pty) Ltd31-Oct-07 21:46
professionalVimalsoft(Pty) Ltd31-Oct-07 21:46 
AnswerRe: How Can i keep an Instance of SQL 2000, while Upgrading to 2005 Pin
pmarfleet1-Nov-07 0:17
pmarfleet1-Nov-07 0:17 
GeneralRe: How Can i keep an Instance of SQL 2000, while Upgrading to 2005 Pin
Vimalsoft(Pty) Ltd1-Nov-07 0:26
professionalVimalsoft(Pty) Ltd1-Nov-07 0:26 
GeneralRe: How Can i keep an Instance of SQL 2000, while Upgrading to 2005 Pin
pmarfleet1-Nov-07 0:30
pmarfleet1-Nov-07 0:30 
GeneralRe: How Can i keep an Instance of SQL 2000, while Upgrading to 2005 Pin
Vimalsoft(Pty) Ltd1-Nov-07 1:49
professionalVimalsoft(Pty) Ltd1-Nov-07 1:49 
GeneralRe: How Can i keep an Instance of SQL 2000, while Upgrading to 2005 Pin
pmarfleet1-Nov-07 1:53
pmarfleet1-Nov-07 1:53 
QuestionIterate through Table Rows in sql Pin
Mr.Sam31-Oct-07 21:40
Mr.Sam31-Oct-07 21:40 
AnswerRe: Iterate through Table Rows in sql Pin
pmarfleet1-Nov-07 0:15
pmarfleet1-Nov-07 0:15 
Questioncreating ms access database dynamically Pin
sindhutiwari31-Oct-07 20:40
sindhutiwari31-Oct-07 20:40 
AnswerRe: creating ms access database dynamically Pin
pmarfleet1-Nov-07 0:21
pmarfleet1-Nov-07 0:21 
GeneralRe: creating ms access database dynamically Pin
sindhutiwari1-Nov-07 1:14
sindhutiwari1-Nov-07 1:14 
GeneralRe: creating ms access database dynamically Pin
pmarfleet1-Nov-07 1:28
pmarfleet1-Nov-07 1:28 
GeneralRe: creating ms access database dynamically Pin
sindhutiwari1-Nov-07 1:32
sindhutiwari1-Nov-07 1:32 
QuestionImplicit conversion varchar to money Pin
Giri K31-Oct-07 14:48
Giri K31-Oct-07 14:48 
AnswerRe: Implicit conversion varchar to money Pin
M.H.1.2.32-Nov-07 22:19
M.H.1.2.32-Nov-07 22:19 

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.