-
How to trap Data Base Error?
Dim x as RDOError X(0).Des X(1).Number
-
What is view Port?
The area under which the container provides the view of the ActiveX Document is known as a view port.
-
What methods are used for DBGrid in unbound mode?
AddData, EditData, Readdata, WriteData.
-
How to increase the Date corresponding with month,date,year?
DateSerial(year(Now),Month(Now)+1,1) Hour, min, sec, month, year, DateSerial, dateadd, datediff, weekday, datevalue, timeserial,timevalue.
-
Setting the Cursors.
Default Cursor – 0 ODBC Cursor (Client side) – 1 ServerSide Cursors (More Network traffic) - 2
-
What are the record set types?
RdOpenFowardOnly 0 (Default used only for the read only purpose) RdOpenStatic 1 RdOpenDynamic 2 RdOpenKeySet 3 (Normally used for the live project)
-
Diff types of Lock Types?
RdConcurReadOnly 0 (Default) RdConcurLock 1 (Pessimistic Locking) RdConcurRowver 2 (Optimistic Lociking) RdConcurValues 3 RdConcurBatch 4
-
What is Static Cursor?
In ADO Snap Shot is called so.
-
What is Mixed Cursors?
Static + Keyset
-
What is FireHouse Cursors?
Forward Only Some time Updateable
-
What is DBSqlPassThrough?
It will By Passing the Jet Query Processor.
-
What is DBFailError?
Rolls Back updates if any errors Occurs.
-
DSN Less Connection?
"Server=Oracle; Driver={Microsoft ODBC for Oracle};"
-
What is RdExecDirect?
Bypasses the Creation of a stored procedure to execute the query. Does not apply to Oracle.
-
-
-
-
XY Chart
How to create xy chart in visual basic like graph where x and y will be provided by us
-
-
Clear property is available to which control
Combo box control
Visual Basic Interview Questions
Ans