Hi,
I am trying to connect to a database using a login.
below are the statements regarding it.
............... ............... ............... ............... ...
set con_to_exceptio n_database = New ADODB.Connectio n
strConn = "Provider = SQLOLEDB.1;Pers ist Secutiry info= False; User ID= Sunny;Initial Catalog=Databas e;Data source = india".
conn_to_excepti on_datbase.Mode = adModeReadWrite ....
User Profile
Collapse
-
how to hadle database login failure in VB
-
Virtual Funciton from compilers point of view
Can any help me with understanding of Virutal function concept how it is realized from compiler point of view.
If it is a huge doc please let me know any site i can refer to..... -
Then what is the difference between the
Object instantiation(n ormal obj creation).
and Object creation using NEW operator in terms of memory allocation for the object.?
What are the scenario in which we need to use object creation using NEW operator. -
Dynamic allocation for Objects
Hi All, My slef Prashanth just learning c++, and VC++, i need all you help.
We use New operator to dynamicly allocate the memory for a variable.
Dynamic allocation is used to optimize the memory allocation for a variable.
(say in case of the arrays.)
In case of Objects, the size if determined by the data members of the class.
On using New operator how is it that we can optimize the memory allocation....
No activity results to display
Show More
Leave a comment: