Ask a Question related to ASP Database, Design and Development.
-
Marshal #1
How to rename Access tables and field names?
Jet SQL doesn't support any kind of rename statements
directly. I figured this can probably be handled through
ASP but I'm not sure how to go about it. Any help would
be appreciated...thanks.
Marshal Guest
-
Accessing duplicate field names from different tables
Hi, I am joining two tables, and the two tables have the same field names, but they represent different data. eg. table 1 - People name -... -
CFQUERYPARAM with tables names
Is there a way to create this sort of query? select * from <cfqueryparam value="table_name"> Thank you -
querying field / column names in Access table
I got great info on my last post, so let's try this one and see if my luck is still good: I have an Access table with about 30+ columns / fields... -
Table field names not visible
This morning I set up check in and check out to work on a site with someone else. Suddenly when looking at bindings details or any of the other... -
List Hash 'Field' Names
I am trying to write more automated code - either I am a lazy typist or am just trying to get more with it! I have a hash I define; I have a form... -
Bob Barrows #2
Re: How to rename Access tables and field names?
Marshal wrote:
Nope. You have to create new objects with the names you want and delete the> Jet SQL doesn't support any kind of rename statements
> directly. I figured this can probably be handled through
> ASP but I'm not sure how to go about it. Any help would
> be appreciated...thanks.
old ones.
Bob Barrows
Bob Barrows Guest
-
Marshal #3
Re: How to rename Access tables and field names?
I found a way to do it if you want to check it out.
[url]http://www.4guysfromrolla.com/webtech/tips/t030802-1.shtml[/url]
through>-----Original Message-----
>Marshal wrote:>> Jet SQL doesn't support any kind of rename statements
>> directly. I figured this can probably be handledwould>> ASP but I'm not sure how to go about it. Any helpwant and delete the>>> be appreciated...thanks.
>Nope. You have to create new objects with the names you>old ones.
>
>Bob Barrows
>
>
>.
>Marshal Guest
-
Bob Barrows #4
Re: How to rename Access tables and field names?
Sorry - I did not realize those properties were read/write. When I first
read about ADOX, they weren't (IIRC). This must have changes when the Jet
4.0 engine was released.
Bob Barrows
Marshal wrote:> I found a way to do it if you want to check it out.
>
> [url]http://www.4guysfromrolla.com/webtech/tips/t030802-1.shtml[/url]
>>> -----Original Message-----
>> Marshal wrote:>>>>> Jet SQL doesn't support any kind of rename statements
>>> directly. I figured this can probably be handled through
>>> ASP but I'm not sure how to go about it. Any help would
>>> be appreciated...thanks.
>> Nope. You have to create new objects with the names you want and
>> delete the old ones.
>>
>> Bob Barrows
>>
>>
>> .
Bob Barrows Guest



Reply With Quote

