Forum: MS SQL Oct 15th, 2008 |
| Replies: 3 Views: 956 Thanks for your help.
I've actually used the solution given to me in another forum and it seems to work:
SELECT TicketID,
Date,
Category,
Status
FROM (
SELECT TicketID, |
Forum: MS SQL Oct 13th, 2008 |
| Replies: 3 Views: 956 Hi,
I'm having trouble building the correct syntax select statement for a system to handle support tickets.
The table "tickets" has the following columns:
id (int)
inserted... |
Forum: ASP.NET Jul 24th, 2008 |
| Replies: 2 Views: 768 I've fixed this by using "<MarshalAs(UnmanagedType.U4)> ByRef ppwzMimeOut As Integer" in the function decalre.. but I don't really understand why it works, probably because I don't really understand... |
Forum: ASP.NET Jul 22nd, 2008 |
| Replies: 2 Views: 768 Can nobody help me with this?
I've posted the same question in six forums and no-one seems to know what I've done wrong in my coding. I'm sure it's a simple case of using the wrong variable type... |
Forum: ASP.NET Jul 20th, 2008 |
| Replies: 2 Views: 768 Hi,
I'm getting a casting error using the code below. The error on the web page (when you click the error icon) is:
Sys.WebForms.PageRequestManagerServerErrorExceptio n: Conversion from string... |