Community discussion forum

Create Table in a Database

This is a comment thread discussing Create Table in a Database
  • 10 years ago

    This thread is for discussions of Create Table in a Database.

  • 6 years ago

    i dun know where to find the microsoft dao componet? can anyone help....

  • 6 years ago

    Well, actually you need to add the dao reference, not the dao component. That's why you can't find it.

  • 6 years ago
    Can anyone suggest how to create a new table in a Sybase SQL Anywhere 7 Database?  I created an ODBC source for the db and used the line ".exceute "create table test (T Date, V Double)" but got an error "3032 Cannot perform this operation."  Thank you ...
  • 6 years ago

    DAO is under "project" in the menu of vb6
    click references
    then it is under microsoft Dao 3.6



    I know where it is ....just don't really know how to use it. LOL



    I am trying to add pics to my table database
    how can I do this?  anyone?




    www.b2bproject.net

  • 6 years ago

    Can we add a column to a table that already exists (with dao)?

  • 6 years ago

    Just write :


    Dim db As Database
    Dim tdf As DAO.TableDef
    Set db = CurrentDb
    Set tdf = db.TableDefs("table")
    tdf.Fields.Append tdf.CreateField("field1", dbDate)

  • 3 years ago

    Dear Sir,

    I want to know How to Open Pass Word MsAccess DataBase at Rintime in DAO (Data Acsses Object)

    Please send me kind reply to my E-Mail

    My E-mail Address : nishantha_213@yahoo.com

     

  • 2 years ago
    55
  • 2 years ago

    Hi.

    If is possible can you explain me  how to do create database in the vb 6. either from access of from vb 6 it self

    Thank you.

    George

  • 1 year ago
    hello sir actually I need help regarding connectivity of VB to oracle how it can be setup? please post it ! thank You!

Post a reply

Enter your message below

Sign in or Join us (it's free).

Want to stay in touch with what's going on? Follow us on twitter!