User Profile

Collapse

Profile Sidebar

Collapse
dwadish
dwadish
Last Activity: Nov 20 '11, 11:46 AM
Joined: Nov 18 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Hi nikesh,

    ALTER TABLE SI.SI_SKIB_H
    DROP COLUMN SKIBSBRT_DEC;
    COMMIT;

    can you please explain what is the underlined object?
    See more | Go to post

    Leave a comment:


  • dwadish
    started a topic Sql server 2000 Hanging problem

    Sql server 2000 Hanging problem

    hi guys

    my vb application using SQL server 2000 as the back end.
    we are entering data from 4 conter(4 pcs) while inserting or dealing with SQl server it uses long time for the transaction. some time it will send a message like timeout expired ....
    Any one can help me....

    Your help is appreciated.

    thanx in advance
    See more | Go to post

  • dwadish
    replied to TAPI3Lib in Vb.Net
    in .NET
    TAPI3Lib in Vb.Net

    Hi guys
    any one can help me

    I am now doing a simple software for IVR systems means Intensive Voice Response and I done Basic Things of the -programe with Windows TAPI3 Libraray using VB.Net and I had an error in Answering Detected calls Used

    Dim objCallControl As TAPI3Lib.ITBasi cCallControl
    objCallControl = CallInfo
    objCallControl. answer()...
    See more | Go to post

    Leave a comment:


  • dwadish
    started a topic Vb.Net Reading Dialogic crad datas
    in .NET

    Vb.Net Reading Dialogic crad datas

    Hi guys
    Is it possible to write a programme for attending or reading Incoming voice call Data through vb.Net Application? I am using Dialogic D/4PCI-UF card for Connecting To Telephone line. It works as mediator in between Pc and Telephone.

    Thanks in Advance
    See more | Go to post

  • dwadish
    started a topic TAPI3Lib in Vb.Net
    in .NET

    TAPI3Lib in Vb.Net

    Hi guys
    I need your help to get this new programming tip

    Is it possible to develop simple IVR Apps with ms comm control in which step of wave file prompts guide the caller and he/she can choose option from phone buttons. By detecting caller choice programmer should able to take action

    Thanks in advance
    See more | Go to post

  • dwadish
    started a topic Vb.Net Programming
    in .NET

    Vb.Net Programming

    Hi guys i need ur help to create a Dictionary software (Translation of Two Languages) .

    I am using Vb.Net as a front end . Need your help for getting an idea how to impliment this?
    See more | Go to post

  • Private Sub b1(ByVal sender As System.Object, ByVal e As System.EventArg s)Handles B1.Click
    MsgBox("Here I want the value of the textbox")
    End Sub

    Please specify one event handler her (click) or any related with this

    hope it will help you...
    See more | Go to post

    Leave a comment:


  • use this code to bind gridview
    Datagridview1.D atasource=datas et.tables(0)...
    See more | Go to post

    Leave a comment:


  • Please Commend the line this.textBox_no rth.DataBinding s.Clear();

    hope it will ok...
    See more | Go to post

    Leave a comment:


  • dwadish
    replied to How To Use A Database In Your Program
    in .NET
    How to

    I know the connectivity with framework 2.0 and other previous versions but 3.5
    LINQ
    Wow really fantastic
    See more | Go to post
    Last edited by dwadish; Mar 7 '08, 09:02 AM. Reason: missing words

    Leave a comment:


  • dwadish
    started a topic Vb.Net and Digitalizer Control
    in .NET

    Vb.Net and Digitalizer Control

    Hai guys i am beginer to vb.net

    I have a project with vb.net for a Electronic Weigh bridge shop.
    they are using an elcetronic digitalizer for getting the weight.

    here My application want to get/read the signal from the component and produce it to a textbox.



    Any one can help me?

    Thanx in advance
    See more | Go to post

  • dwadish
    replied to Error in My asp.net web application
    in .NET
    Code:
     dim cmd as new oledbcommand
    cmd.commandtext="insert into table1 values('SAMLE','Male')"
    
    cmd.connection=con
    cmd.executenonequery()
    
       Actually it is working normal with VWD but it isn't after hosting in my localhost
    ...
    See more | Go to post

    Leave a comment:


  • dwadish
    replied to Error in My asp.net web application
    in .NET
    [HTML]While using the oledbcommand.ex ecutenonequery method [/HTML]...
    See more | Go to post

    Leave a comment:


  • dwadish
    replied to Error in My asp.net web application
    in .NET
    [HTML]How i can give this permission to my web application[/HTML]...
    See more | Go to post

    Leave a comment:


  • dwadish
    replied to Error in My asp.net web application
    in .NET
    While using

    oledbcommand.ex ecutenonequery( ) metghod
    See more | Go to post

    Leave a comment:


  • dwadish
    started a topic Error in My asp.net web application
    in .NET

    Error in My asp.net web application

    Hai guys

    my asp.net web application found an error while using inserting/Updating/Deleting data to a Ms Access database from my localhost

    error shown this type

    " exception found use an updatable query"

    any one can help me?
    See more | Go to post

  • dwadish
    replied to Inserting image into SQL database
    Code:
    
    Atalasoft dotImage has streaming capabilities that can be used jointly with ADO.NET to read and write images directly to a database without saving to a temporary file. The following code snippets demonstrates this in C# and VB.NET.
    
    Write to a Database
    C#
    private void SaveToSqlDatabase(AtalaImage image){SqlConnection myConnection = null;    try    {        // Save image to byte array.        byte[]
    ...
    See more | Go to post

    Leave a comment:


  • dwadish
    started a topic Asp.net Hosting error
    in .NET

    Asp.net Hosting error

    Hi guys

    I am a newto asp.net web application. I am hosted my first website into a windows server and it displaying an error while running the login page.

    because of i am using a class.vb file for db connection and other global functioning.
    need any extra thing to add in web.config file or any to use a class in asp.net 2.0.


    Please help me!!!

    Thanx in advance...
    See more | Go to post

  • dwadish
    replied to Printing in vb.net 2005
    in .NET
    Code:
    I am using this code for printing
    str=listview.items(i).subitems(1).text
    e.graphics.drawstring(str,font,brush,rectangle)
    
     Actually this giving a smart way for printing.
    
     My listview Have column named "Price"
    
    and need to print this column with format like this
    eg:- Itemname               Price
    -------------------------------------------------
    ...
    See more | Go to post

    Leave a comment:


  • dwadish
    replied to Printing in vb.net 2005
    in .NET
    ............... ............... ...............
    No one To Help me
    ............... ............... ..............
    ............... ............... ..............
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...