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

Search:

Type: Posts; User: gokhan

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    812

    Re: About Java Certification Exams

    Thanks dlorde as always.

    Well; let's say not "decided". Let's say "i'm about to decide". And some percent of my decision will be based on what is written on codeguru as an advice.

    As for...
  2. Replies
    3
    Views
    812

    About Java Certification Exams

    Hello all.

    I decided apply for SCJP test.

    How should i study to pass this exam?

    At the moment i have no time and availability to go to a certification course.

    I am thinking to study by...
  3. Replies
    2,690
    Views
    1,014,724

    Re: What Song Are You Listening To Now¿

    Notis Sfakianakis - Na Xareis
  4. Replies
    5
    Views
    1,652

    Re: javax.swing tutorials

    now i had a very big laugh ...:D
    Thank you so much.This is the thing that i look for.Thank you so much again
  5. Replies
    5
    Views
    1,652

    Re: javax.swing tutorials

    Thanks guys.it is kinda hard to download the sun tutorials page by page.thats why i asked for a tutorial just as detailed as sun tutorials and also is downloadable.

    i did not use JFormDesigner and...
  6. Replies
    5
    Views
    1,652

    javax.swing tutorials

    i need a tutorial well explained about javax.swing...
    Found lots of but they are not like i want to read.i want more detailed tutorial about swing API.Can anybody help me?

    Thanks from now

    Note...
  7. Thread: Gaming Thread

    by gokhan
    Replies
    19
    Views
    3,282

    Re: Gaming Thread

    Civilization conquests
  8. Replies
    7
    Views
    1,270

    Re: Football : 2006-2007

    Well i watched Galatasaray's match and it was too boring.i am a Fenerbahce fan but of course i want Galatasaray to win in champion's league.But to be honest ; their players are not enough for...
  9. Replies
    2,690
    Views
    1,014,724

    Re: What Song Are You Listening To Now¿

    Alize-La isla Bonita


    Do i need to edit the message when the song changes :D
  10. Thread: System Error

    by gokhan
    Replies
    10
    Views
    1,500

    Re: System Error

    i'll try this too.i hope this will help

    Thanks for help very much.
  11. Thread: System Error

    by gokhan
    Replies
    10
    Views
    1,500

    Re: System Error

    it gives the System.Data.SqlClient.SqlException exception.
    Well thank you so much about the help.
    im gonna try to fix this problem bc im angry about it :)
    when i fix it and figure it out why it...
  12. Thread: System Error

    by gokhan
    Replies
    10
    Views
    1,500

    Re: System Error

    to be sure i have done all the things typed as string in c# and all the columns as varchar(50).

    it does not help.im sorry :(


    here is the code
  13. Thread: System Error

    by gokhan
    Replies
    10
    Views
    1,500

    Re: System Error

    string StrSql = "INSERT into netonetable VALUES (myname,myadress,myareacode,myphone,mykurumsal,myaramatik,myfatura,myvergi,mykimlik,mysicil,mysonay,myimza)";


    here is where it gives the error.
    ...
  14. Thread: System Error

    by gokhan
    Replies
    10
    Views
    1,500

    Re: System Error

    well i gave the values and it still gives the error.

    it is probably about connection.

    im trying to insert values to a database which is at another computer in the same room with myIP ip...
  15. Thread: System Error

    by gokhan
    Replies
    10
    Views
    1,500

    System Error

    SqlConnection myConn = new SqlConnection();
    myConn.ConnectionString="Data Source=myIP,1433;Network Library=DBMSSOCN;Initial Catalog=gokhan;User ID=sa;Password=systems";
    myConn.Open();
    try...
  16. Replies
    1
    Views
    1,327

    Re: SQL Server Express question

    i got the answer.thanks.
  17. Re: Textboxes,comboboxes exc. (questions to be continued)

    Thanks guys.
    i will continue to ask questions so be aware :)

    See you later in this thread :D
  18. Replies
    1
    Views
    1,327

    SQL Server Express question

    Hi i have 2 computers and connected via lan.One of my computer has SQL Server Express edition and i am coding in c# at the other computer.i want to add some values and coloumns to my table and i have...
  19. Replies
    6
    Views
    1,022

    Re: Connecting to SQL Server

    i have a DB.i have to connect to it first.Right?

    ok i connect to it and execute my query and return a value.so i have to create an sqlcommand for my query

    What about inserts.Can i do insert...
  20. Textboxes,comboboxes exc. (questions to be continued)

    Well
    For example i have my textbox and i want it to have default length.when i try to write longer i want it not to allow me to write more...

    the other thing is i want my combobox to have 2...
  21. Replies
    6
    Views
    1,012

    how to connect to a database

    well i am new to C#
    i tried this code but it did not help me.



    string conString=
    @"Provider=Microsoft.Jet.OLEDB.4.0;" +
    @"DataSource="D:/gokhan.mdf";
    SqlConnection...
  22. Replies
    1
    Views
    872

    How to create an asp master file

    hey guys.i decided not to start another thread for a basic question.i am new to asp.net and i am trying to create an asp master file.it has a contentplaceholder and i am trying to add a header for...
Results 1 to 22 of 22





Click Here to Expand Forum to Full Width

Featured