VB Questions and Answers

Recent IT Questions

101 - 120 of 134

how can i limit the data size while entering to the database ?

how can i limit the data size while entering to the database from Excel sheet using vb6?

View Answer   |  May 2 2008  10:43 AM GMT
Visual Basic, Microsoft Excel, VB
asked by Shwetha

  20 pts.

IS It Possible to create Recusrive function using sql udf or stored procedures?

Hi i have a scenario of n level tree structure.in order to traverse to my desired node i am using Recursive function until i get my desired node in my vb code but i am getting a performance issue. SO i reckon that this performance can be overcome by using sql udf or stored procedure. If so please...

View Answer   |  Apr 26 2008  7:38 AM GMT
Visual Basic, SQL, VB
asked by Balajisairam

  15 pts.

Working with Excel in ActiveX DLL

I have a OCX file that is registered on client's PC and called from ASP to perform the Excel manipulation (copy charts and paste into PPT). I tried to register the OCX on server and called using <Object> tag, did not work, still looking for the OCX on the client. Created a new DLL file...

Answer Question   |  Apr 25 2008  5:59 PM GMT
Visual Basic, ActiveX, Microsoft Excel
asked by Dfree

  5 pts.

Just In Time Debugging

Just to ask what really the cause of this kind of error "just in time debugging" Im using visual basic 6 and SQL Server 7, and im developing a biometrics program that this error is frequent to occur...may everyone share there ideas with regards on this matter, really need help. Thanks in advance.

View Answer   |  Apr 25 2008  2:15 AM GMT
Application development, VB, SQL Server 7.x
asked by Jdcruz

  10 pts.

How to rectify the overflow error occured?

Hi.. i appended 4 to 5 records, after that overflow error had occured while executing the sql query in vb.... Pl guide me how to solve this? Sree...

View Answer   |  Apr 24 2008  4:20 PM GMT
Visual Basic, VB, SQL error messages
asked by Sreegans

  5 pts.

How to work with Visual Basics 6.0 and SQL Server 2000

I am designing a system with Visual Basics 6.0 as the user interface and SQL Server 2000 as the backend. How can I add data to the database through Visual Basics? How about deleting data in the tables?

asked by SQL Server Ask the Experts

  2445 pts.

How to pass Parameter of stored procedure Crystal report

How to pass parameter of Crystal report from visual Basic while crystal report created with stored procedure

Answer Question   |  Apr 16 2008  12:42 AM GMT
Crystal Reports, Visual Basic, Stored Procedures
asked by N7

  5 pts.

Crystal Report Problem in VB6

I am using VB6 with back ground Database DB2 AS400 iSerices and Crystal Report 9.0. When I Show the Report Its prompt me to enter password. I have tried to find the solution and found some thing about LogOnServer but every example is there for Crystal Report 7,8, and 8.5. I have tried to use...

Answer Question   |  Apr 14 2008  6:49 AM GMT
Crystal Reports, VB, AS/400 DB2
asked by Mr. SEA

  85 pts.

LogOnServer Problem in Crystal Report

I am using VB6 with back ground Database DB2 AS400 iSerices and Crystal Report 9.0. When I Show the Report Its prompt me to enter password. I have tried to find the solution and found some thing about LogOnServer but every example is there for Crystal Report 7,8, and 8.5. I have tried to use...

Answer Question   |  Apr 8 2008  11:35 AM GMT
Crystal Reports, VB, AS/400 DB2
asked by Mr. SEA

  85 pts.

SAP Security outside in

Question, I came to this company 1yr ago and noticed immediately they had not implemented Security!!! SAP_ALL for everyone in Production!!! So as my second BIG project I took on, Security. In building the profiles for these people I came across 2 problems which are holding me from rolling out these...

View Answer   |  Apr 2 2008  3:16 PM GMT
SAP, Visual Basic, Security Program Management
asked by 1112gene

  5 pts.

Recordet

Why we close/destroy recordset in vb? Is it good practise to close/ destroy recordset?

View Answer   |  Mar 8 2008  3:11 PM GMT
Visual Basic, VB, Recordset
asked by Ritesh18a

  5 pts.

Publish Lotus Notes Forms

How we can publish the Lotus Notes Forms. Mean to say that how we can create the web application using Lotus Notes Forms

View Answer   |  Mar 5 2008  10:42 AM GMT
Lotus Notes, VB, Lotus development
asked by Sachin.s.patil

  15 pts.

Connect to Microsoft Access database

I want to connect to an access database that is placed on an internet server. i use the following syntex when i want to connect localy. With DB .Provider= "Microsoft.Jet.OLEDB.4.0" .Properties("Data Source").Value= "C:\Data.mdb" .Open .CursorLocation = adUseServer End With Can't i just...

View Answer   |  Feb 27 2008  12:08 AM GMT
Microsoft Access, Web development, VB
asked by Blink.j

  5 pts.

VB6 vs. Visual Studios 6

What is the major differences between VB6 and Visual Studio 6.0

View Answer   |  Feb 21 2008  5:08 PM GMT
Visual Basic, Visual Studio, VB
asked by Jason Hansen

  5 pts.

data reportsin vb

how to do filter in database if i have to print a saperate record from a database, with the helpof dataraports, how to use tht.when ever i give give print command it will print all record that r present in the database, plz give me the details or code that i can print only a selected record. plz...

Answer Question   |  Feb 20 2008  9:53 AM GMT
Visual Basic, VB, VB Data Report
asked by .net,c ,c++

  5 pts.

Connecting from VB6 to a remote Oracle Database

We are a SQL 2000 Database shop using Visual Basic 6.0 & Windows 2003. I need to develop an application that can access an Orcale database on a remote system (sight to sight VPN in place) using SQL. I retreived some information yesterday that enabled me to construct the connect statement in our...

View Answer   |  Feb 19 2008  3:41 PM GMT
Oracle, SQL Server 2000, SQL Server
asked by Gcasner

  5 pts.

Unique checking?

In a text file want this type of output results(visual basic). Example-In text file 1001 47rt76gg 1002 gfug87gh 1003 udgf8ug8 1004 duhugh89 1.Number of rows 2.Any duplicates 3.Starting no & Ending no 4.Any additional charactor & tab or space 5.Asending order 6.Missing char

Answer Question   |  Feb 11 2008  9:35 AM GMT
VB
asked by Jamessanjiv

  10 pts.

What is the best software for my personal home business?

I own my own business and I want to develop a series programs to manipulate menus, data entry screens and data files. I have been looking at visual basic but not sure that is the best option. What software would be the best for me to learn and develop myself for my home business and possibly link...

View Answer   |  Feb 9 2008  1:21 AM GMT
Java, JavaScript, HTML
asked by Bevwal

  10 pts.

Automating an application

I am a beginner in VB. I was working on a project to upload data from one table to another. The tables are in different databases. Now I am supposed to automate it so that the update from one table to another can be done regularly. I guess it should be timer based but I do not know how to use it....

View Answer   |  Feb 8 2008  12:04 AM GMT
SQL Server 2000, VB
asked by Karibu

  5 pts.

Visual Basic 6.0 Programming Trigonometry Question Using Repetition Method

Write a program to produce three lines of a trigonometry table. The program should request a number of degrees, n, as input and display the values of the sine, cosine, and tangent, function for angles of n – 1, n, and n + 1 degrees. The values should be displayed with five decimal places neatly...

Answer Question   |  Jan 31 2008  10:55 PM GMT
Visual Basic, VB
asked by Wangitarhero

  5 pts.

101 - 120 of 134