CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: VirUs1234

Search: Search took 0.02 seconds.

  1. Replies
    4
    Views
    1,312

    Re: Prevent duplicate username insert wcf help

    ah thank you much appreciated will try this when i get hme from work and let use know how it goes

    Regards

    Dean
  2. Replies
    4
    Views
    1,312

    Re: Prevent duplicate username insert wcf help

    hey thanks for response i now have my idx as unique and my username set to unique too. i tested it and it threw an exception,
    only thing is now i get this error and cant work it out
    ...
  3. Replies
    4
    Views
    1,312

    Prevent duplicate username insert wcf help

    hey im using vs 2012 and sql 2012 .net framework 4.5

    i have searched loads now and found different examples and tried different samples and have found nothing that works. my db has a primary...
  4. Replies
    3
    Views
    2,849

    Re: Form1_Load problems

    sorted should really work harder before i post sorry for hassle

    SqlConnection cn = new SqlConnection(connection);
    try
    {
    cn.Open();
    if...
  5. Replies
    3
    Views
    2,849

    Re: Form1_Load problems

    changed it to this

    string connection = @"blah blah";
    SqlConnection cn = new SqlConnection(connection);
    cn.Open();
    //cn.Close();
    if...
  6. Replies
    3
    Views
    2,849

    [RESOLVED] Form1_Load problems

    hey, im having a slight problem with this, i know form1_load happens before the form is shown, so im trying to use that to my advanage, dunno if its the correct way to go about it but ill explain and...
  7. Replies
    13
    Views
    3,940

    Re: C# Project help

    never mind got it sorted changed code to this

    string username = textBox1.Text;
    string password = textBox2.Text;
    string sqlquery = ("SELECT * FROM [Table] WHERE Username =...
  8. Replies
    13
    Views
    3,940

    Re: C# Project help

    from looking up and reading abit now, i have started to make this using windows forms which i have read is easier than wcf etc, so when i get the hang of it ill follow your directions above, i have...
  9. Replies
    13
    Views
    3,940

    Re: C# Project help

    from looking up and reading abit now, i have started to make this using windows forms which i have read is easier than wcf etc, so when i get the hang of it ill follow your directions above, i have...
  10. Replies
    13
    Views
    3,940

    Re: C# Project help

    hey, thanks again, looked through the information and found few videos on youtube, looks alot more difficult and confusing than i anticipated, looks like will take me longer to do this than planned,...
  11. Replies
    13
    Views
    3,940

    Re: C# Project help

    hey thank you so much for all the help, will start studying and trying this nhow, will keep u updated on progress and no doubt with more silly questions

    thanks again

    Dean
  12. Replies
    13
    Views
    3,940

    Re: C# Project help

    hey will look for this now thank you,

    basically ill try to explain bit better as to what im wanting to do;

    for example, if wanted to do online shopping,

    i would load up my client (can do it...
  13. Replies
    13
    Views
    3,940

    Re: C# Project help

    hey thank you for your reply. i have now written login form, registration form, error forms, databases etc, now my next question is how do i send data from the registration form to the wcf server...
  14. Replies
    13
    Views
    3,940

    [RESOLVED] C# Project help

    hello all,


    im really new into programming and was wondering if someone could give me a hand, i have looked online, forums, videos etcand cant seem to get my answers from these and get confused...
Results 1 to 14 of 14





Click Here to Expand Forum to Full Width

Featured