User Profile

Collapse

Profile Sidebar

Collapse
nandhanvijay
nandhanvijay
Last Activity: Jul 28 '08, 05:19 PM
Joined: Apr 9 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • nandhanvijay
    started a topic problem in modifier in vb.net 2003
    in .NET

    problem in modifier in vb.net 2003

    hi friends

    I am using a combox in my project.am following certain PDF to do some projects. in that this line is mentioned

    Change the project type to Class Library so other forms can inherit from this form. Right-clickon the BaseForms project name in Solution Explorer and select properties. Change the Output Type from Windows Application to Class Library and click OK.

    I have done that

    ...
    See more | Go to post

  • nandhanvijay
    started a topic registry error

    registry error

    hi friends

    i have problem in booting of my windows. when i start my system it checks with the F drive it takes some time check. so what i did is that in the command prompt i wrote a command chkntfs /X F: . After this it did not check the F drive while booting but am getting new error after boot up amov.exe is not able to read from the registry. bcoz of this error am not able to use yahoo messanger. After giving my user id and password...
    See more | Go to post

  • nandhanvijay
    started a topic error in vb.net
    in .NET

    error in vb.net

    hi friends

    am new to .net. am using vb.net 05 and sql server 2000. am getting error in my program. plz help to correct and learn
    Code:
     (vb.net)
    Imports System.Data.SqlClient
    Imports System.Data.Sql
    
    
    Public Class Form1
    
        Dim myDataSet As DataSet
        Dim myConnection1 As New SqlClient.SqlConnection()
    myConnection1.ConnectionString = "Data Source=vijay;" &
    ...
    See more | Go to post

  • nandhanvijay
    replied to problem in reading from Access
    in .NET
    hi friend

    am getting error in this line no 17
    myDataAdapter1. Fill(myDataSet)
    am not able to get the data in the dataset.
    plz help me

    Regards
    vijay
    See more | Go to post

    Leave a comment:


  • nandhanvijay
    started a topic problem in reading from Access
    in .NET

    problem in reading from Access

    hi friends

    i am using vb.net 2005 backend Access am not able to get the data from northwind. its shows error. am very new to vb.net. am trying to fetch data from access and display in the textbox.
    Code:
     (vb.net)
    Imports System.Data.OleDb
    
    Public Class Form1
    
        Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
            Dim myDataSet
    ...
    See more | Go to post

  • nandhanvijay
    started a topic connecting to oracle
    in .NET

    connecting to oracle

    hi friends

    am using vs 2005 when am trying to connect oracle 9i data base its not able to connect. in the name space when ever am trying to type system.data.ora cleclient. its shows a green line below that. i think it has to be configured to add that in the name space . in the add reference also am not able to see oracle. what should i do to connect. is there any configuration to do so.. tell me.. am new to .net a beginner.
    ...
    See more | Go to post

  • nandhanvijay
    started a topic connection with .net

    connection with .net

    hi friends

    i want to use oracle 9i in .net but i am not able to connect the oracle. it has to be configured for .net. how to configure for .net. am new to both technology. so kindly guide me

    Regards
    vijay
    See more | Go to post

  • nandhanvijay
    started a topic error in vb.net
    in .NET

    error in vb.net

    hi friends

    i have return a program to fetch the data from oracle. its shows error. here is my program

    [CODE=vbnet]
    imports System.Data.Ole DB
    Public Class Form1
    Inherits System.Windows. Forms.Form
    Dim myConnection As OleDbConnection
    Dim myCommand As OleDbCommand
    Dim dr As New OleDbDataReader ()
    'declaration
    Private Sub Form1_Load(ByVa l sender...
    See more | Go to post
    Last edited by debasisdas; Jan 25 '08, 05:39 AM. Reason: formatted using code=vbnet tags

  • nandhanvijay
    replied to configuration for *isql
    hi friend

    actually am not using any server am using only windows XP is there any way to configure for client to get the *isql in browser. plz help me

    Regards
    vijay
    See more | Go to post

    Leave a comment:


  • nandhanvijay
    started a topic configuration for *isql

    configuration for *isql

    hi friends

    i want to configure *isql in my browser but i dont no how to do that. can any one help to do that.. I am using oracle 9i...

    Regards
    vijay
    See more | Go to post

  • nandhanvijay
    started a topic coding for emp table in oracle for vb.net
    in .NET

    coding for emp table in oracle for vb.net

    hi friends

    i am using vb.net 2005. back end oracle. am using emp table. i have designed the form such that it contains name,empno,date ,etc . when i enter the empno in the textbox i should get all the details of the empno into the corresponing fields in the form. i am new comer the .net plz help me with code and also explain the step if possible.

    Regarding
    vijay
    See more | Go to post

  • nandhanvijay
    replied to import to oracle 9i
    hi friend

    can u help to query. how to use external tables and send the data. can u be little deep in the explanation :)

    Regards
    vijay
    See more | Go to post

    Leave a comment:


  • nandhanvijay
    started a topic import to oracle 9i

    import to oracle 9i

    hi friends

    i have a doubt. is it possible to import data from EXCEL if yes how to upload the data from EXCEL to oracle. Am using windows XP the data are northwind data i want to transport to oracle 9i. Help me.

    Regards
    vijay
    See more | Go to post

  • hi friend

    first u check the connection with the oracle. this has to this way.

    goto->tools->connect to database click that

    then u have to specific the server name. below that username of data base

    user name = scott
    password = tiger

    then u give test connection.
    you will connection is successful. only then u can write coding. and the coding will get correct....
    See more | Go to post

    Leave a comment:


  • nandhanvijay
    replied to vb.Net 2005, how to connect to database
    in .NET
    thank u for u r reply

    plz help in detail how to connect the database. do i need to configure in the ODBC connection. if am trying to connect the oracle in the add connection dialogue box it shows error saying that ORA-12154: TNS :could not resolve service name. plz send me answer how to rectify this error....
    See more | Go to post

    Leave a comment:


  • nandhanvijay
    started a topic vb.Net 2005, how to connect to database
    in .NET

    vb.Net 2005, how to connect to database

    hi buddy!
    am working in vb.Net 2005 version . how to connect to data base(oracle) and do DML operation in the table
    See more | Go to post

  • nandhanvijay
    started a topic how to connect data base in vb.net
    in .NET

    how to connect data base in vb.net

    hi every

    am trying to connect data base in vb.net but am unable to connect. As per the book am following that says to connect to data base go to tools menu connect to data base option. u will get data link property . But am not getting that . Am getting add connection from which i can able to select the data base like oracle or sql but not able to move further. When i click test button. your test connection is fail. am not able to...
    See more | Go to post
No activity results to display
Show More
Working...