| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 2 years, 6 months |
| seen | Jun 14 at 14:02 | |
| stats | profile views | 12 |
|
May 22 |
comment |
Visual Studio: PictureBox not showing the full image The code in the OP is inside a try/catch block and an if statement. Stream is defined outside of these. |
|
May 22 |
comment |
Visual Studio: PictureBox not showing the full image I tried adding the image to the button and that failed too. So you are probably right, there must be a problem with the database or code. The datatype length in the database is limited to 4000, varbinary(4000). I wonder if this may be be problem. The image I am retrieving are very small though. |
|
May 22 |
comment |
Visual Studio: PictureBox not showing the full image Thanks but I just tried that and it didn't solve the issue. |
|
May 22 |
asked | Visual Studio: PictureBox not showing the full image |
|
May 16 |
comment |
VB.NET: How to dynamically select a list view item? Iterating through both the list view and the array and comparing each did the trick, but this is a nice solution. Thanks! |
|
May 15 |
accepted | VB.NET: How to dynamically select a list view item? |
|
May 15 |
asked | VB.NET: How to dynamically select a list view item? |
|
Feb 21 |
awarded | Notable Question |
|
Feb 20 |
accepted | How to move between panels in Sencha touch |
|
Feb 1 |
revised |
How to delete a row from a SQL Server CE Table? Consistent table names in the question. |
|
Feb 1 |
comment |
How to delete a row from a SQL Server CE Table? Apologies that was lazy copy and pasting on my part. I will edit the names for consistency and reduce any confusion on future views of this question. The square brackets made no difference. |
|
Feb 1 |
comment |
How to delete a row from a SQL Server CE Table? Yes, I tried most of the execute statements. I really am stumped. SQL CE supports deletes the same as SQL Server, I presume? |
|
Feb 1 |
comment |
How to delete a row from a SQL Server CE Table? Thanks again, unfortunately the exception remains the same. I have updated my original question with the details after trying your edited soultion as it is easier to read there and also I cannot have multiple "@" symbols in a comment box. |
|
Feb 1 |
revised |
How to delete a row from a SQL Server CE Table? Update to the question as per a proposed solution |
|
Feb 1 |
comment |
How to delete a row from a SQL Server CE Table? Thanks for the reply. I am still getting an exception, slightly different this time : 'There was an error parsing the query. [ Token line number = 1,Token line offset = 10,Token in error = from ].' |
|
Feb 1 |
asked | How to delete a row from a SQL Server CE Table? |
|
Jan 24 |
comment |
Select query with multiple joins when data may not be present in one of the tables Thank you, that did the trick. |
|
Jan 24 |
accepted | Select query with multiple joins when data may not be present in one of the tables |
|
Jan 24 |
asked | Select query with multiple joins when data may not be present in one of the tables |
|
Jan 18 |
comment |
Querying a SQL Server CE database offline using JOINs when using Microsoft Sync framework Thanks for the reply. That may fix the sorting issue but I still get the exception: The ntext and image data types cannot be used in WHERE, HAVING, GROUP BY, ON, or IN clauses, except when these data types are used with the LIKE or IS NULL predicates. It is odd as the Schema has been change on both client and server to ensure there are no nvarchar(MAX) datatypes. |