Search:

Type: Posts; User: -Od|n-

Search: Search took 0.01 seconds.

  1. Replies
    9
    Views
    10,808

    Hey guys thanx a lot its much clearer now. my...

    Hey guys thanx a lot its much clearer now.

    my friends said that mysql was harder than ms access..anyway after this im going to try it on mysql.
  2. Replies
    9
    Views
    10,808

    hmph i dont really understand what you typed...

    hmph i dont really understand what you typed there sorry im kinda noob, instead of

    private OleDbConnection mDB;


    I went and created an object

    OleDbConnection mDB = new OleDbConnection();...
  3. Replies
    9
    Views
    10,808

    well im getting this probrlem now i connected my...

    well im getting this probrlem now i connected my database with c# and am getting "ExecuteNonQuery: connection property has not been initialized"

    public partial class frmUpdateSupplier : Form
    ...
  4. Replies
    9
    Views
    10,808

    Sorry for late replies I was busy and not...

    Sorry for late replies I was busy and not structuring my sentence properly, first of all thanx very much for your advice. I am however having problems with my database, I save it as access 2007 in...
  5. Replies
    9
    Views
    10,808

    c# and Microsoft access

    I was wondering If its an obligation to create the Queries and then link the c# program on to access or if I can start with linking the program to the database without creating the queries for now?
  6. Thread: Newbie problem

    by -Od|n-
    Replies
    6
    Views
    1,574

    k i understand the difference betwen using commas...

    k i understand the difference betwen using commas and the concatenation sign now thanx a bunch although I havn't gotten to string formatting yet ( last post)...
  7. Thread: Newbie problem

    by -Od|n-
    Replies
    6
    Views
    1,574

    yea ok man thanx a bunch

    yea ok man thanx a bunch
  8. Thread: Newbie problem

    by -Od|n-
    Replies
    6
    Views
    1,574

    Newbie problem

    decimal PI = 3.14159M;
    int radius = 4;
    decimal circumfere;
    int diameter;


    diameter = 2 * radius;
    circumfere = PI * diameter;

    ...
Results 1 to 8 of 8