Forum: ASP.NET Aug 26th, 2008 |
| Replies: 2 Views: 4,975 Hi Guys
I have a stored procedure where I am adding a new record to a table and I have RETURN SCOPE_IDENTITY() at the end...on testing it returns the ID value that I want. However I want to be... |
Forum: ASP.NET Aug 18th, 2008 |
| Replies: 1 Views: 508 Hi
I have previously populated a listbox / dropdown list with data from a stored procedure in ASP.NET C# and called the method in the PageLoad so that the list would be available once the page... |
Forum: ASP.NET Apr 19th, 2008 |
| Replies: 1 Views: 929 Hi, I was just wondering if anybody new of a way to store an encrypted file to an sql server database through a stored procedure. I have managed to encrypt a file selected from a FileUpload control... |
Forum: ASP.NET Apr 16th, 2008 |
| Replies: 1 Views: 2,308 The following code it what I have for getting the blob from the database based on a value in a textbox.....its pulling out a blob but only the first one in the table.....anyone want to help me get... |
Forum: ASP.NET Apr 16th, 2008 |
| Replies: 5 Views: 1,619 Im not too sure then, all I need mine to do is give the user the option to open, save or cancel the download.....although at the minute, word is unable to open the file, it cant recognise the file... |
Forum: ASP.NET Apr 16th, 2008 |
| Replies: 5 Views: 1,619 better to store this in a database because that way you wont accidentally delete the file from disk, making the link broken....
I have been working on this, have the BLOB in the database, working... |
Forum: ASP.NET Apr 16th, 2008 |
| Replies: 1 Views: 2,308 Hi,
I have a webpage set up that allows users to upload a file to a server from the fileupload control, which is then saved to the database with the blob file and the file name. What I would... |
Forum: ASP.NET Apr 15th, 2008 |
| Replies: 1 Views: 542 Hi, I have an SQL Server 2005 database set up and I have quite a few stored procedures that I am using to query the database. Basically what I am doing is gathering data from a user on a web form... |
Forum: ASP.NET Apr 3rd, 2008 |
| Replies: 2 Views: 1,672 Hi, I am rather new to programming. I have a stored procedure that simply reads a 'CourseCode' from a Course table, the stored procedure code is as follows:
... |
Forum: ASP.NET Mar 19th, 2008 |
| Replies: 3 Views: 1,353 Thankyou very much, it worked :)
I now have my login page identifying the correct rank .... wooohooo
though thats just one of a million other things I have to do :) |
Forum: ASP.NET Mar 18th, 2008 |
| Replies: 3 Views: 1,353 Hello Everyone :S
I am rather new to ASP.NET. I have an SQL Server 2005 database set up. So far its quite basic with just two tables (UsersLogin, Roles). My aim is to allow users of different... |