DELPHI中动态获得SQLSERVER数据库名
2006-02-04 13:50:43 来源:WEB开发网核心提示:str:=Table1.Tablename;Query1.Close;Query1.SQL.Clear;Query1.SQL.Add(format('select * from %s',[Str]));Query1.Open;
str:=Table1.Tablename;
Query1.Close;
Query1.SQL.Clear;
Query1.SQL.Add(format('select * from %s',[Str]));
Query1.Open;
Query1.Close;
Query1.SQL.Clear;
Query1.SQL.Add(format('select * from %s',[Str]));
Query1.Open;
更多精彩
赞助商链接