|
-
Jul 28th, 1999, 08:07 PM
#1
Thread Starter
New Member
using VB, how can you convert an existing table field data type from text to long integer?
Any help is appreciated!
-
Jul 28th, 1999, 08:12 PM
#2
Member
Which Database are you using?
-
Jul 28th, 1999, 08:25 PM
#3
Thread Starter
New Member
sorry about that - Access 97
-
Jul 29th, 1999, 08:10 PM
#4
Member
you cannot directly change data type of table in access or Sql Server 6.5 but
You can create a duplicate table at runtime and drop the field you want to edit and add field.
Note:
To add and drop a field See Alter table in Access Help.
And then you can use select statement to pull all the data and place in the duplicate table.
I hope this helps
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|