Click here to Skip to main content
15,908,931 members
Home / Discussions / C#
   

C#

 
Questionseek into .wmv file while recording? Pin
cjtaylor17-May-07 12:48
cjtaylor17-May-07 12:48 
AnswerRe: seek into .wmv file while recording? Pin
Christian Graus17-May-07 13:13
protectorChristian Graus17-May-07 13:13 
GeneralRe: seek into .wmv file while recording? Pin
Luc Pattyn17-May-07 13:35
sitebuilderLuc Pattyn17-May-07 13:35 
GeneralRe: seek into .wmv file while recording? Pin
Christian Graus17-May-07 13:51
protectorChristian Graus17-May-07 13:51 
GeneralRe: seek into .wmv file while recording? Pin
Luc Pattyn17-May-07 14:23
sitebuilderLuc Pattyn17-May-07 14:23 
GeneralRe: seek into .wmv file while recording? Pin
cjtaylor18-May-07 11:51
cjtaylor18-May-07 11:51 
GeneralRe: seek into .wmv file while recording? Pin
Luc Pattyn18-May-07 12:09
sitebuilderLuc Pattyn18-May-07 12:09 
QuestionDataTable NOT to assign Primary Key Pin
Yona Low17-May-07 11:30
Yona Low17-May-07 11:30 
Hi,

I have a Typed DataTable created by the DataSet Designer with a Primary Key (let's say ID). I've setup SQL Server to set the ID field to auto insert if no value is supplied.

The problem is that the DataTable has set the IDColumn.Unique = True and the IDColumn.AllowDBNull = False, so when i insert new rows into the DataTable, the DataTable will assign unique keys to the ID column but the assigned id might already be in the database, so when i update the DataTable it fails.

When i try to set the Unique Property of the ID field to false (so i can set all ID fields to NULL and the db will fill them) Visual Studio will complain that its a primary key field which needs to be unique.

So basically i want to be able to insert into a DataTable 1000 new rows and the db should assign their PrimaryKey and not the DataTable.

Thanks in advanced
Questionis a .dispose method required for 'stack' objects? Pin
jon-8017-May-07 11:09
professionaljon-8017-May-07 11:09 
AnswerRe: is a .dispose method required for 'stack' objects? Pin
Dave Kreskowiak17-May-07 11:17
mveDave Kreskowiak17-May-07 11:17 
AnswerRe: is a .dispose method required for 'stack' objects? Pin
Guffa17-May-07 11:44
Guffa17-May-07 11:44 
QuestionSystem. Pin
jon-8017-May-07 10:39
professionaljon-8017-May-07 10:39 
AnswerRe: System. Pin
Dave Kreskowiak17-May-07 11:14
mveDave Kreskowiak17-May-07 11:14 
QuestionImage from an array Pin
filinM17-May-07 9:32
filinM17-May-07 9:32 
AnswerRe: Image from an array Pin
Dave Kreskowiak17-May-07 11:19
mveDave Kreskowiak17-May-07 11:19 
QuestionPublic Key & Certificate Validation Pin
Nicholas Cardi17-May-07 8:51
Nicholas Cardi17-May-07 8:51 
AnswerRe: Public Key & Certificate Validation Pin
led mike17-May-07 9:04
led mike17-May-07 9:04 
GeneralRe: Public Key & Certificate Validation Pin
Nicholas Cardi17-May-07 9:35
Nicholas Cardi17-May-07 9:35 
GeneralRe: Public Key & Certificate Validation Pin
led mike17-May-07 9:44
led mike17-May-07 9:44 
GeneralRe: Public Key & Certificate Validation Pin
Nicholas Cardi17-May-07 10:14
Nicholas Cardi17-May-07 10:14 
QuestionDllNotFoundException Pin
thebeekeeper17-May-07 8:46
thebeekeeper17-May-07 8:46 
AnswerRe: DllNotFoundException Pin
kubben17-May-07 8:53
kubben17-May-07 8:53 
GeneralRe: DllNotFoundException Pin
thebeekeeper17-May-07 9:06
thebeekeeper17-May-07 9:06 
AnswerRe: DllNotFoundException Pin
Wes Aday17-May-07 9:52
professionalWes Aday17-May-07 9:52 
GeneralRe: DllNotFoundException Pin
thebeekeeper17-May-07 10:12
thebeekeeper17-May-07 10:12 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.