CCBtx Posted September 29, 2009 Posted September 29, 2009 I have a table with 380 fields. I want to experiment in marking them all global. Is there an easy way to do this rather than going into each field and changing them individually?
CCBtx Posted September 29, 2009 Author Posted September 29, 2009 Well... When I import, I import to a temporary table. Then I look at the data before I add it to the permanent table. I have 10 - 15 people who can import at any one time. I was trying to find a way to: o Keep the import table clean (and empty) and o not have to keep up with which record any one particular user was working with... global fields are specific to a user. So...I envisioned that each user would just see 1 record in the import table... all of their global fields. CCB
David Jondreau Posted September 29, 2009 Posted September 29, 2009 It's an interesting concept and would work if you only import one record at a time and if you just review your own data and not everyone else's. But no, I don't think you can change all the fields to global storage in one fell swoop. 385 fields in one table sounds like an awful lot.
IdealData Posted September 30, 2009 Posted September 30, 2009 How about a separate file, located locally to the user, for your temporary import point.
CCBtx Posted September 30, 2009 Author Posted September 30, 2009 IdealData: That is a good point. ...I just added a Machine MAC Address field to the database and am approaching it that way. D J: 385 is nothing. I am importing an XML data file and only have about 1/3 of the fields actually defined. Thanks to you all.
comment Posted September 30, 2009 Posted September 30, 2009 I am importing an XML data file and only have about 1/3 of the fields actually defined. That's no indication either way. The question is whether all 380 fields describe the same ONE thing. Perhaps they do, but there are very few objects that require tracking of 380 attributes - so DJ was right to raise his eyebrow.
CCBtx Posted October 4, 2009 Author Posted October 4, 2009 Comment: I am importing 380 fields into a temporary table.... they all come from 1 xml sheet. From there I am parsing them into the correct functional tables (yes they all have to do with 1 thing but are in different tables). I know of no other way to do this unless you are suggesting that I perform multiple imports to multiple temporary tables. Do you think that is a better way?
comment Posted October 4, 2009 Posted October 4, 2009 Well, if they eventually go into different tables, then they do NOT describe one thing. I am afraid I cannot make any suggestions without knowing something about the nature of the data. However, keep in mind that the found set immediately after import contains only imported records - and that is user-specific.
CCBtx Posted October 4, 2009 Author Posted October 4, 2009 That is a really good point. Thanks for reminding me of that. CCB
Recommended Posts
This topic is 5587 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now