Hi, I have two tables in which i could not find any unique relationship. Can anyone help help me, how to view metadata of oracle table. can metadata help in solving table dependency problems....... Regards Manish
manish24
Posts
-
Oracle MetaData Dependency -
Editable DropDownListHi I need a control in which i can selct a value from drop down list & also can type an item in that. i.e. like an combo in Visual Basic. Please let me know, which control provides both of these functioality.... If there no control exist, can you please give me a direction how to create a user control for this task. How to customize a dropdownlist to provide the required functionality. Thanks Manish
-
VB.Net & Windows98 Compatiblity Problem -
What code can i use ?try this imports system.io Dim objDir As New DirectoryInfo("C:\testdel") objDir.Delete(True)
-
Event Logging fails on windows 2000I have given Admin rights to internet user as well as ASPNET user. I have also made changes in the registry of Event Log so as to allow guest. Please let me know is there any solution for this..... Thanks for your reply Manish
-
Event Logging fails on windows 2000Hi I created an application using vb.net,which logs the error in event viewer. This application is working well at XP and windows 2003. But at windows 2000, it is showing error. Can any1 please tell me, what are changes i need to make in the system or code, so as to execute it on windows 2000. Thanks in advance Manish
-
fileinfo to string??Try it out. This code will read a file and will put file's contents into a string Dim reader As StreamReader = File.OpenText("c:\myfile.txt") Dim line As String = reader.ReadToEnd Manish
-
fileinfo to string??Try it out. It will read a file and will put the contents of file into a string. Dim reader As StreamReader = File.OpenText("c:\myfile.txt") Dim line As String = reader.ReadToEnd Manish
-
DAO Access 2003 Connectivity ProblemThanks for ur reply. :) It means there is no way to connect access 2003 using DAO. I have to go for ADO.:( Thanks Manish
-
DAO Access 2003 Connectivity ProblemI have an existing Application in vb, which use dao 3.5 to connect Access 97. On Updation of my database from Access 97 to Access 2003. i got the error "UnRecognized Database Format". I tried with ADO and database is working well. But i have to use DAO. For this, I Coverted my refernece to dao 3.6 library. But even then i am facing the same error. Please suggest me a solution for this.... Thanks Manish
-
Setting image in RichTextBoxCan anyone tell me the syntax for displaying a image in the rich text box with some text. i am using vb.net 2003 windows application Thanks Manish
-
Controlling visibility of controls in a single web form for two different user groupsHi U can use the session variable. When use logs in , set the role of that user in session variable. While displaying the forms, check the value of session variable & display appropriate controls Regards Manish
-
Ftp over SSL........Getting Problem....I need to execute FTP over SSL. I am using VB.Net 1.1 Technology. can any1 please suggest which class or namespace should i refer for it. Thanks & Regards Manish
-
Oracle Client 9i accessing problemHi Ramana, this is the same problem, i am facing. If u got any solution, Plzz let me know. Regards Manish
-
Plz help me regarding WebServiceHi Can anyone please inform me regarding web service basics like web service architecture, need for web service, where web service actually resides. Thanks in advance...... Manish
-
please help meMy O.S is windows 2000.I want to execute a function which is defined in dll. Let ne know how to execute a function in oracle which is rsiding in a dll. Looking forward to a reply Manish
-
Executing oracle procedure in vb.neti am getting problem in executing oracle procedure in vb.net i am using adodb connection. Oracle Procedure accept 6 input parameters and return back 3 parameters. I know how to pass parameters using oledb. But problem is that i have to do it using adodb as per requirement. Pleasee help me in solving this query. Thanks in advance Manish
-
xml data fetching problemThanks a lot. It works fine.
-
Regarding NameSpaceif u want to use a namespace into code, justt use import statement. eg. imports [namespacename] so as to use web service, open a web service project, and while defining your function define them using web method tag. function defination Manish -- modified at 8:14 Monday 17th April, 2006
-
xml data fetching problemi m getting error in fetching data from an xml file. I am using vb.net Format of xml is such that it consist of nested tags. dfds sd sdf sdfds i am not able to get data of nested tags(dg and gh) Please help me regarding this. Manish -- modified at 8:04 Monday 17th April, 2006