Hi Mahesh, It's easiest to use the Enterprise Manager tool that comes with SQL Server to create the database, tables, etc. You can also use it to export the structure from your development server as a text file to import into another server (e.g. at a customer site) if you need to. Once you've got the database created its easy to use the standard ADO components to connect to it.
Hope this helps, Dave. Dave Murray Glasgow, UK --- In [email protected], mahesh mahesh <[EMAIL PROTECTED]> wrote: > > Hi All > > Can you guide me in creating a sql server Database using ADOX in delphi, > > > Thanks > Mahesh >

