473,385 Members | 1,593 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Migrate DDL from DB2 To ACCESS 2010

Hi
I wish to migrate DDL from DB2 to ACCESS 2010

So I delete "CREATE DATABASE" , "CREATE TABLESPACE" change " FOR SBCS DATA NOT NULL," in " NOT NULL,"
Delete line which contains "SET CURRENT" etc. ...

My problem is with Label

I really want to load descriptions Columns

Cold you help me to modify the SQL syntax
For example I have this but that does not work

--
LABEL ON TABLE TABLENAME IS 'COBOL - CICS Access';
--
LABEL ON TABLENAME
(CB7MODULENAME IS 'Load Module ',
CB7VALUE IS 'Value ',
CB7VARIABLE IS 'Variable ',
CB7PARMNAME IS 'Parameter ',
CB7ACTION IS 'Action ',
CB7SRCLINE IS 'Line ',
CB7SOURCELIB IS 'Source Lib ',
CB7SOURCEMEM IS 'Source Member ',
CB7MAINLIB IS 'Main Lib ',
CB7MAINPGM IS 'Main Program ',
SYSTEMCOBOL IS 'System ',
XXRDATINFO IS 'DatAddInfo ',
XXRDATENV IS 'Environment ',
XXRDATCLIENT IS 'Client ');
--

Could you help me ?
Nov 28 '13 #1
4 1541
zmbd
5,501 Expert Mod 4TB
You might find the following link of some help:
How to use common Data Definition Language (DDL) SQL statements for the Jet database engine

The second link that may prove helpful is Data Definition Language: SQL This is part two of the series, you'll want to read part three as well.

What you are doing is not often done in Access so the best of luck.
-z
Nov 28 '13 #2
Thanks a lot Z for your message
I'm going to read you link
If I got questions I'll be back ;)

See you
Nov 28 '13 #3
zmbd
5,501 Expert Mod 4TB
>Forgot<
You might need this crossreference too:
Field type reference - names and values for DDL, DAO, and ADOX
Nov 28 '13 #4
Hi

I found for labels ou must used the command COMMENT to add comments for Example:

on tables:
Expand|Select|Wrap|Line Numbers
  1. COMMENT Nom_de_la_table IS 'Commentaires';
For collums
Expand|Select|Wrap|Line Numbers
  1. COMMENT Nom_de_la_table.Nom_de_la_colonne IS 'Commentaires';
Nov 29 '13 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

5
by: jaad | last post by:
Hello, I have a database that was written in access 2007 on my pc. I wanted to work off site with the database so I uploaded it onto my laptop which is loaded with access 2010 beta. When I...
2
by: sierra7 | last post by:
It seems Access 2010 is associating an 'input mask' or field type with a combo box when a form is opened, even though there is no Format setting on the control. I have a form which has been...
1
by: Alan Yim | last post by:
Hi folks, My company recently upgraded our Office suite from 2003 to 2010. The problem in particular is with an Access database that was originally designed in Access 2003. The code in question...
5
by: neelsfer | last post by:
I got a new work laptop last week with Access 2010 pre-loaded.I also installed the new Office 2010 service pack 1. I then loaded 2 of my regularly used Access 2007 + service pack 2 applications on...
9
by: Vernon Halsey | last post by:
I have an Access database that has been is use for approx 8 years. It was originally written in 2000 and subsequently converted to 2003. It consists of a client-unique front-end linked to a shared...
4
by: jbrumbau | last post by:
Hello, In Access 2010/2007, how do you prevent users from flipping into design view from the ribbon? I do not want to hide the entire ribbon (DoCmd.ShowToolbar "Ribbon", acToolbarNo) or even the...
4
beacon
by: beacon | last post by:
Hi everybody, My title may not exactly describe my issue, so please forgive my lack of creativity today. I've got a database that was created in Access 2003 that I've opened in Access 2010. I...
17
twinnyfo
by: twinnyfo | last post by:
Hey coders, Has anyone heard anything about the Date() function no longer working (or working differently in MS Access 2010? I have an MS Access 2007 DB that has worked perfectly, however, we...
2
by: Paul Howarth | last post by:
My Access 2010 database is suddenly not appending Named Ranges from Excel into and Existing Access 2010 Table. I have not written any code. I simply right-click the Table-Import-Excel and follow...
11
by: Jo Ann Dullum | last post by:
I have a table in Sharepoint 2010 that users have submitted proposals into. I have a link to it in my Access 2010 database. The link works perfectly on my XP laptop but not on my Windows 7 desktop....
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.