I am not an expert in ASP. I already have the GUI built, a text box for the file name, and a button that will browse the image. In the VB code i have: Imports Data. SQLClient' code I cannot stop Visual Studio. I have installed Visual Studio. But anytime I want to run a webapplication I am getting the following error:System. NET Running [dbo]. NET Framework error occurred during execution of user-defined routine or aggregate "insertlogin": System.
SqlException: Must declare the scalar variable " Log". SqlException: at System. I am just checking again, whether it will disturb my existing SQL Server installation, in any means? Though it is mentioned that it will g I'm in the process of designing a web site which has some forms that are going to hit a database, etc.. This small company has it's own Web server, and when I'm finished I'll copy the finsihed product to their IIS web server, etc.. This communication is very slow and becoming the bottle neck in the system If we move from VB 6.
We need to evaulate the gain before writing the code base in VB. Visual Basic. NET and connect to a remote Sql Server. When I create a new DataSet with the wizard, I can only connect to a. We've got automatic conversion tools to convert C to VB. NET , VB. NET to C. Also you can compress javascript and compress css and generate sql connection strings. Developer Fusion - The global developer community for. NET and Java programmers. NET VB. NET Forum. Back to discussion. Replies 3 Email updates Last post was 26 Oct at Improve this answer.
Konrad Rudolph Konrad Rudolph k gold badges silver badges bronze badges. Right, but my variable is already declared above should've mentioned that as "Short? So, shouldn't this work? That changes everything. Wait, let me edit the answer.
Awesome, that was exactly what I needed! Sign up or log in Sign up using Google. Sign up using Facebook. Sign up using Email and Password. Post as a guest Name. Email Required, but never shown. By joining you are opting in to receive e-mail.
Promoting, selling, recruiting, coursework and thesis posting is forbidden. Students Click Here. NET Gridview thread It also contains "Last Login", a date. Typically I would just pass a string instead of a date, but I'm using a data layer with a "UserCollection" class like so.
GetUsers grdUsers. Don't ask me why, I'm just the messenger!!! HTH, Randy. Just go to your query if it is for example Select theDate from SomeTable change to: Select IsNull theDate,'' from SomeTable then you wont have to change your code and it will give you a null value from the query.
As I mentioned, it not as simple as changing a query because I'm using a datalayer of which the property for "LastLogin" is a date. Thus, in VB, A Date must be a date.
0コメント