Is there a way to change the length for a
user_defined_datatype without having to delete it
completely. Hopefully there's an alter table command that
can be used? I have a user_defined_datatype thats being
used in a lot of tables and I'd hate to have to delete it
from the tables, delete it, make the change, recreate it
and then apply it back to all of my tables.
RE: Index Question ... This posting is provided "AS IS" with no warranties, ... >I haven't used the REINDEX command and also haven't delete the index. ... >Everytime I just recreate the index from scratch with the INDEX ON command ... You see the CDX file but when you modify the ... (microsoft.public.fox.helpwanted)
Re: Typed dataset - how to I alter SelectCommand ... Be aware that the strongly typed dataset class from 2.0 does look in nothing ... process to alter the table adapters using partial classes. ... you advise where I alter the command before filling the dataset? ...public partial class CustomersTableAdapter... (microsoft.public.dotnet.framework.adonet)
Re: Typed dataset - how to I alter SelectCommand ... I'm trying to alter the select ... you advise where I alter the command before filling the dataset? ...public partial class CustomersTableAdapter...typed dataset programmatically?... (microsoft.public.dotnet.framework.adonet)
Re: Altering Table - Adding Primary Key With References ... The CREATE TABLE command work fine. ... > let the primary key of the Child table be the referecing field. ... > can't do it with the ALTER TABLE command in VFP8. ... > ALTER TABLE Morechildren ADD FOREIGN KEY cid TAG cid1 REFERENCES Parents... (microsoft.public.fox.vfp.dbc)
Re: Ctrl, Shift & Alt (Over multiple forms) ...alter the behavior of command buttons. ...interface, showing captions describing the altered behaviors. ... Command buttons check Shift states and with KeyDown/KeyUp on the forms, ... (microsoft.public.vb.general.discussion)