Viewing 15 posts - 2,191 through 2,205 (of 2,267 total)
what is wrong with putting the data into one table as Gail mentioned?
is seems like you are making things difficult for yourself
May 13, 2008 at 4:49 am
Use SQL Server express 2005 and you can use Merge replication to sync up the databases when the laptops are connected to network.
May 7, 2008 at 7:22 am
Then change the password, and follow the advice provided to prevent it from happening again
May 7, 2008 at 5:09 am
Injection attacks don't need to happen on INSERT statements, they change the nature of the Statement so can happen on select.
you say that you are using some...
May 7, 2008 at 3:27 am
could be a sql injection attack.
what sort of access does your web pages have to your database?
are you using strored procedures or in-line sql to make the database calls?
May 7, 2008 at 2:34 am
Have to agree with the others, change to Stored Procs, give your Application access to these only and no access to the underlying tables..
May 6, 2008 at 3:10 am
svhanda (4/30/2008)
steveb (4/30/2008)
so EMP_ID =100 needs to have different values for Comp_Id,4567, 9876 ?
do the tables have a primary key?
Hi steve...
Thanks for reply..
no table don't have...
May 2, 2008 at 10:17 am
You can not do an aggregate in the set list of an UPDATE statement ,
set CounterPart = count(*)
May 2, 2008 at 5:25 am
You must be getting this error when inserting the data into a table,
are you able to post the procedure that you use to insert the data?
May 2, 2008 at 3:03 am
RonKyle (5/1/2008)
In the example above, the four tables I showed with a natural key have 3, 17, 12 and 9 rows respectively. When I got here a year ago, the...
May 1, 2008 at 7:09 am
karthikeyan (11/22/2007)
May 1, 2008 at 6:55 am
RonKyle (4/30/2008)
April 30, 2008 at 7:14 am
so EMP_ID =100 needs to have different values for Comp_Id,
4567, 9876 ?
do the tables have a primary key?
April 30, 2008 at 4:34 am
mick burden (4/29/2008)
Mahesh, I'm sure you are correct, but I would also like to able to store the html as well
Save it as a BLOB / Binary data type,...
April 29, 2008 at 7:04 am
Viewing 15 posts - 2,191 through 2,205 (of 2,267 total)