all groups > asp.net > july 2007 > threads for sunday july 8
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
problem with scope_identity
Posted by Dan at 7/8/2007 11:52:39 PM
Hi,
after inserting a record in a table (sql server), i need the last value of
the primary key of that table, which increments automatically, before
inserting that value in another table.
I did like this:
comd.CommandText = "insert into [mytable] (field1, field2) values(@datbeg
,@date... more >>
problem with insert command
Posted by Dan at 7/8/2007 5:47:11 PM
Hi,
i try to insert values into a sql server table like this (code-behind):
comm1 = Textbox1.Text
comm2=Textbox2.Text
.......
comd.CommandText = "insert into [dbo].[mytable] (field1, field2,...)
values(comm1, comm2, ....)"
i get the error:
The name "field1l" is not permitted in thi... more >>
Problem with MySQL connection
Posted by Julien Sobrier at 7/8/2007 4:28:10 PM
Hello,
I'm trying to get a CreateUserWizard asp component to connect to a MySql
Server. I've installed the latest Mysql connector.
THep roblem is taht even after modifying web, config to connect to the
MySQL server, the ASP.Net application send MS-SQL requests on port 3610
t03618 instead of a... more >>
Remote Web Workplace : Microsoft Small Business Server : Modifying
Posted by Rick at 7/8/2007 3:08:28 PM
Couple of questions. Has anyone done any customization of the remote
web workplace in the windows small business server? I'm trying to
modify the client intranet link to point to a different site. I'm
a .net novice and can't quiet figure it out. Here is what I know:
In the c:\inetpub\remot... more >>
get values from query
Posted by pelegk1 at 7/8/2007 2:04:00 PM
i have a simple query
SELECT User_Pass,id FROM Users
and i want using ExecuteReader to get the values of this 2 columns into
parameters.
when i try to do :
Dim reader As SqlDataReader = myCommand.ExecuteReader()
and then
reader.GetString(0) i get :
Invalid attempt to read when no data is... more >>
Create a large grid with checkboxes?
Posted by Klaus Jensen at 7/8/2007 1:40:02 PM
Hi
I am not sure, what is the best way to do this, and I hope somebody can
offer some advice. :)
I have 30 brands (from one table) out of one axis and 30 product categories
(from another table) out another, and I have to register which brands have
what product categories (using checkboxe... more >>
SQL Server 2000 vs SQL Server Express
Posted by Grey Alien at 7/8/2007 11:27:44 AM
I have an ASP.Net website that was developed using SQL Server 2000. I
want to 'port' it to use SQL Server Express, since I don't have SQL
Server 2000 (besides my db is less than 1GB).
Questions:
1). What is the difference between SQL Server 2000 and SQL Server Express?
2). What changes ... more >>
Signing ActiveX control to use in ASP.NET web page
Posted by jignesh at 7/8/2007 9:29:08 AM
I have developed a ActiveX control and place it in a ASP.NET web page.
I am able to use the control very well when the web page is viewed
locally.
When any other machine is trying to open the same page the control is
unable to get download on that machine as the control is not signed.
If a... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Conditionally Hide Select Column of GridView ?
Posted by Luqman at 7/8/2007 12:00:00 AM
I have populated the Child Accounts and Parent Accounts in a Grid View
Control, I want to hide the Select Column of Parent Accounts, but not the
Child Accounts, is it possible ?
I am using VS 2005 ?
Best Regards,
Luqman
... more >>
|