Click here to Skip to main content
16,004,919 members
Home / Discussions / Database
   

Database

 
GeneralRe: Stored procedure Pin
andyharman13-Feb-08 4:30
professionalandyharman13-Feb-08 4:30 
JokeRe: Stored procedure Pin
Paddy Boyd13-Feb-08 5:04
Paddy Boyd13-Feb-08 5:04 
GeneralRe: Stored procedure Pin
Trustapple13-Feb-08 5:56
Trustapple13-Feb-08 5:56 
GeneralRe: Stored procedure Pin
andyharman13-Feb-08 6:54
professionalandyharman13-Feb-08 6:54 
GeneralRe: Stored procedure Pin
new2pgrmg13-Feb-08 17:40
new2pgrmg13-Feb-08 17:40 
GeneralSQL Compact 3.5 versus 3.01 Pin
Glen Harvy13-Feb-08 0:12
Glen Harvy13-Feb-08 0:12 
GeneralRe: SQL Compact 3.5 versus 3.01 Pin
Mike Dimmick13-Feb-08 12:35
Mike Dimmick13-Feb-08 12:35 
GeneralRe: SQL Compact 3.5 versus 3.01 Pin
Glen Harvy13-Feb-08 12:49
Glen Harvy13-Feb-08 12:49 
Thanks for your response - much appreciated as I'm pulling my hair out down here!!

I have changed the SSCE 3.5 to type Money (there is no 'decimal' in SSCE) as well as the dataTable to type decimal. (I have also tried other numeric types as well in my trials and tribulations).

Providing I don't execute the following, I don't lose the decimal portion:

this.court0TableAdapter1.Update(this.mycourtsDataSet1.Court0);
this.mycourtsDataSet1.AcceptChanges();
this.court0TableAdapter1.Fill(this.mycourtsDataSet1.Court0);

I'm almost at the stage of using strings to store my data and a hell of a lot of conversions but that seems ludicrous Mad | :mad:

Somethings changed between VS2005/2008 and CE3.01/CE3.5 Confused | :confused:

Later ...

The problem was with VS2008 not updating the SQLce data engine during conversion. Once I "reconfigured" the dataadapter all was fixed.

Glen Harvy

GeneralAdvantages of common_table_expression in SQL. Pin
Khawar Abbas112-Feb-08 23:11
Khawar Abbas112-Feb-08 23:11 
GeneralRe: Advantages of common_table_expression in SQL. Pin
Joe12-Feb-08 23:38
Joe12-Feb-08 23:38 
Generalstored PROCEDURE helpp Pin
love_man00112-Feb-08 20:46
love_man00112-Feb-08 20:46 
GeneralRe: stored PROCEDURE helpp Pin
Colin Angus Mackay13-Feb-08 12:42
Colin Angus Mackay13-Feb-08 12:42 
GeneralRe: stored PROCEDURE helpp Pin
love_man00113-Feb-08 20:16
love_man00113-Feb-08 20:16 
GeneralRe: stored PROCEDURE helpp Pin
Colin Angus Mackay13-Feb-08 21:08
Colin Angus Mackay13-Feb-08 21:08 
GeneralHandling Syntax error in SQL Query Pin
rup_rj12-Feb-08 20:05
rup_rj12-Feb-08 20:05 
GeneralRe: Handling Syntax error in SQL Query Pin
Tobias Schoenig12-Feb-08 20:34
Tobias Schoenig12-Feb-08 20:34 
GeneralRe: Handling Syntax error in SQL Query Pin
sathish s12-Feb-08 22:27
sathish s12-Feb-08 22:27 
GeneralTemp Tables Created in Stored Procedures Pin
swjam12-Feb-08 16:44
swjam12-Feb-08 16:44 
GeneralRe: Temp Tables Created in Stored Procedures Pin
N a v a n e e t h12-Feb-08 19:41
N a v a n e e t h12-Feb-08 19:41 
Generalfloat type data problem Pin
vuthaianh12-Feb-08 14:44
vuthaianh12-Feb-08 14:44 
GeneralRe: float type data problem Pin
Krish - KP12-Feb-08 16:59
Krish - KP12-Feb-08 16:59 
GeneralRe: float type data problem Pin
Mark Churchill13-Feb-08 2:23
Mark Churchill13-Feb-08 2:23 
GeneralProblem with an SQL Procedure that Returns an OutPut Pin
Vimalsoft(Pty) Ltd12-Feb-08 10:13
professionalVimalsoft(Pty) Ltd12-Feb-08 10:13 
GeneralRe: Problem with an SQL Procedure that Returns an OutPut Pin
Joe12-Feb-08 19:31
Joe12-Feb-08 19:31 
GeneralRe: Problem with an SQL Procedure that Returns an OutPut Pin
Paddy Boyd12-Feb-08 23:49
Paddy Boyd12-Feb-08 23:49 

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.