Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288) can i use the commands "modify" and Change in DB2 to alter my column datatype and its name in a table?
2117i have a web page and in this page i create 3 textbax and a "summit" button do you have any html code for add text velue in my web page like link summation(form) sites.
1833Hi...... I created a report which is geneated in .txt format. What I do for this is 1.First I change the system parameter mode to character in the report. 2.Then I place a button in my form to call the report. code in the button is as follows.. DECLARE rePid REPORT_OBJECT; rep_hndl VARCHAR2(100); BEGIN rePid := Find_Report_Object('reptxt.rdf'); Set_Report_Object_Property(rePid,Report_deStype,FILE); Set_Report_Object_Property(rePid,Report_FileName,'d:\sasi\reports\reptxt.rdf'); Set_Report_Object_Property(rePid,Report_desName,'d:\sasi\output\repprint.txt'); rep_hndl := Run_Report_Object(rePid); END; and it is working.. Now the problam is that when I preview the report from the report builder, it is in the format I needed. But when I run the form and run the report,Its alligment is not correct. Regards abc
1 3483we have emp table like Ename,EDOJ,EDOB with Column structure.but we want to know the employee Age.How? Any Body Plz
6 9709in emptable i want to retrive the name of employee whose name in 'J'char.exp: arjun,jagadesh,niranjan,anju,aaaj etc.
8 9476
What is the execution plan in sql?
Can u please explain me the Discussion on Except ,using cast like type cast. Question in the context of difference between two tables
Is Mysql query is case sensitive?
What is a transact-sql statement?
how can you perform lookup range in lookup stage expalin in detail?
How do I connect to a sybase database?
What are the differences between blob and clob in oracle?
What is server-level principal?
Is mongodb support null values?
How do you write a subquery?
What are databases what are the uses of databases?
Explain commit, rollback and savepoint.
What's the difference between 'union' and 'union all' ?
Briefly describe the three types of sql commands.
Is the server accepting tcp ip connections on port 5432?