Thank u very much, it worked with me. But i have one more question please, can u tell me the command to import the data from that exported dump file into a database.
Regards
User Profile
Collapse
-
Running two applications at the same time , having common components
Hello everybody, well i have this critical task and i really need help to achieve it.
I have in my environment where i work two applications running each on a separate oracle database with a specific username for each.
The problem is that i need to run the two applications at the same time but both of them does have common forms, menus..., which will cause the problem that they will not work properly.
I have guidelines... -
try GLOBAL var NUMBER := value;
the global variable is available to all sessions, u just have to declare it once and use it everytime u need
u can use also bind variables in ur queries if u want to improve optimisationLeave a comment:
-
Export Database tables to a dump file under windows
Hi everybody,
please can somebody help me about how to write the script to export oracle database specific tables into a dump file under windowws
thank you please it is urgent -
-
Granting prvileges to users in Access
Hello everybody, i hope that you are doing well.
Please can anybody help me with this task, it is urgent:
does anybody know how to grant access privileges to tables to users in Access 2007. idon't have any idea.
Best Regards. -
But I am working in Windows Forms application and i always get the following error for:
Code:application_cmb.DataBind()
DataBind is not a member of System.Windows. Forms.ComboBox
What should i write in the codeLeave a comment:
-
-
Function conversion
Hello everybody,
please can anybody help me about how can i convert these functions to a vb.net code in windows form application getting the same result.
Code:Trim(sName) = Left(sTemp, InStr(sTemp, ",") - 1) sTemp = Right(sTemp, Len(sTemp) - InStr(sTemp, ","))
-
Accessing SQL Database from VB.NET
Hi everybody,
I am using SQL 2005 and VB.NET 2008 and i am really new in .net.
So please can anybody help me and give an idea about the procedure to access SQL database from vb.net. I have an idea about using data bind , data sources but just don't know the direction to follow.
Regards -
But writing this same peace of code in Windows forms application is all an error , how can i fix it ?
I don't know if i am clear...Leave a comment:
-
But in fact i have the task to eliminate the code in ASP.NET and write a new code in VB.NET without including any ASP.NET.
so should i use a button in the windows forms application and in the code behind it writing:
Tree.show();
Me.Hide();
is this true?
Best RegardsLeave a comment:
-
From ASP.NET to VB.NET
Hi there,
please can somebody help me with this:
if i want to transfer this little peace of code from ASP.NET to VB.NET, what could i write?
Code:<HTML> <frameset> <frame scrolling="auto" src="Tree.aspx" name="tree" DESIGNTIMEDRAGDROP="4"> </frameset> <head>
-
-
Sql connection from VB.net
Hi everybody,
please can anybody give me a hand;
i writed the syntax to connect from a vb.net 2008 windows form application to an SQL dataabse 2005, but the problem is that whenever i run the form i get :
Login failed for user 'sa'. The user is not associated with a trusted SQL Server connection.
Code:SqlConnection.ConnectionString = "Server=owner;database=***;user id=sa; password=***"
-
Well yes but I get this message box even if i had a value for the username and/or a value for the password, besides the buttons are not functionning. the cancel button functions only when i press ESC button from the keybord.
I think there is a proprety in validation or something like this but i really don't know what is the problem exactly.
RegardsLeave a comment:
-
Well yes but I get this message box even if i had a value for the username and/or a value for the password, besides the buttons are not functionning. the cancel button functions only when i press ESC button from the keybord.
I think there is a proprety in validation or something like this but i really don't know what is the problem exactly.
RegardsLeave a comment:
-
Well it is always prompting the messagebox "you must enter a username" whenever the situation is, besides the canccel button does not work in closing the formLeave a comment:
-
-
I am using VB.NET 2008, SQL 2005
[CODE=vbnet]
Imports System.Windows. Forms
Imports System.Data.Sql Client
Imports System.Security
Imports System.Security .Cryptography
Public Class LoginForm
Inherits System.Windows. Forms.Form
' TODO: Insert code to perform custom authentication using the provided username and password
' (See http://go.microsoft.co m/fwlink/?LinkId=35339)....Leave a comment:
No activity results to display
Show More
Leave a comment: