Tagged Questions
0
votes
1answer
117 views
Vb6 ADODC Login failed for the user knows in Windows 7
I have a vb6 project with a form with a Apex TruedbGrid 6 Oledb datasource that has as an ADODC (Ado 6.0 sp6) on the same form.
cn.ConnectionString = "Provider=SQLNCLI.1;Data Source=pc-musica;Initial ...
0
votes
1answer
222 views
Run sql Stored procedure within vb6 Error opendatasource
I'm trying to use bellow code to insert all records from a access table into sql server table using VB6 ADO connection
Set cn = New ADODB.connection
cn.CursorLocation = adUseClient
...
0
votes
1answer
397 views
Cannot get crystal reports 8.5 reports to run under Windows 8 for a VB6 project
I have a rather large code base in visual basic 6. The database server is sql server 2000. For reports we are using Crystal Reports 8.5. I have been successful in installing the prerequisites ...
1
vote
1answer
173 views
How to use SQL Server Reporting Services reports with visual basic 6.0
We have an application in VB6 where reports are created with Crystal Reports 8.5
We want to migrate the reports to SSRS, but the app will remain in VB6 for some time.
I have searched a way to print e ...
2
votes
1answer
199 views
Stored procedure not working in VB6
I have a stored procedure that is called very often as it is used to retrieve an account statement. The actual stored procedure takes around 10ms in a query window in MSSMS, and works generally ...
0
votes
1answer
138 views
How to get a value from stored procedure
How to get a return value from store procedure, using VB6 and SQL Server.
Stored Procedure
ALTER PROCEDURE [dbo].[DayAttn]
@Attn VARCHAR(12) OUTPUT
AS
BEGIN
SELECT @Attn = MAX(id)
FROM ...
0
votes
1answer
123 views
How do I use a datatype-based SQL Stored Procedure when using Visual Basic 6?
I'm adding features to an old VB6 application. We're making it more geo-spatial friendly. I've completed the database-end changes by upgrading to SQL Server 2012 Express and am trying to use the ...
0
votes
1answer
336 views
VB6 - Invalid Column name with Insert query
I'm testing a small program to write some data to a SQL Server 2008 database. This is the code:
Dim MyConn As ADODB.Connection
Dim MyRecSet As ADODB.Recordset
Dim st1 As Integer
Set MyConn = New ...
1
vote
0answers
215 views
“Class not registered” error when opening recordset using VB6
I started getting this problem recently. Don't know how it started but I know I disabled some windows services that startup, and deleted some odbc, probably a mysql odbc data source but I'm using MS ...
0
votes
0answers
96 views
SQL Server 2005 Encryption
I am developing an intranet application that contains a few connection strings in a database table with passwords (the previous developer did this - I know it is bad practice). The plan was to ...
1
vote
1answer
1k views
VB6 applications can connect to SQL Server, but .NET applications can't
Our system uses a combination of VB6 legacy applications and newer .NET applications. The applications are deployed to our clients, and they run the applications from a Terminal Server box, with the ...
10
votes
2answers
563 views
Table [tablename] could not be found -2147189180
I have created a report using Crystal Reports XIr2 to report on information from a database for our application. It is a cross tab report, reporting on a variety of data returned from running a stored ...
0
votes
0answers
146 views
SQL Server 2008 + VB6 Limit Stored Procedure Access
Is there a way I can limit the number of computers which can access or run a stored procedure at the same time?
For example, I have an application installed on 10 different locations. I want only ...
4
votes
3answers
190 views
Accessing Database in different Active Directory server
I am currently logged to a users machine on Active Directory Domain A, and I need to access a Database in MSSQL 2000 located in Domain B via VB6. The user has accounts in both Active Directory ...
1
vote
2answers
154 views
SQL *= statement (outer join)
currently, i am converting VB6 to VB.NET.
After conversion, i want to insert / select in SQL
but i need to know what is the meaning of my sql statement.
My Statement:
XXX where adj.reasonid *= ...
1
vote
2answers
741 views
Placing two tables on Data Report in VB6? Using Msaccess
How can I place these two tables on Data Report in VB6..? Using Msaccess
See the name belongs to table2 contain two fields that repeats when i submit
print button. Please help me to solve this.
...
1
vote
3answers
438 views
Inserting a string with any ASCII char (0 to 255) into a VARCHAR field in SQL Server
I am relatively new to SQL Server and am working on a legacy app in Visual Basic 6. How can I use an SQL INSERT command to insert a string of characters that can include any ASCII character between 0 ...
0
votes
0answers
244 views
Query Insert failed through VB 6 application
I am working on a VB application which will insert data to 5 - 7 tables,out of which two
tables have primary key constraints , while inserting data through my application , insert got failed on ...
2
votes
1answer
1k views
ADO 2.5 calling SQL Server stored procedure returning blank data from scalar function
I have a legacy app written in VB6 talking to a SQL Server 2008 database using ADO 2.5. Within it is a report that gets data from a stored procedure. The stored procedure calls a UDF that returns a ...
2
votes
1answer
119 views
Do I need to .Close Nested MSSQL Update Command in ASP Classic?
Using Dreamweaver CS5 I have added the following Server Behaviour which is working fine.
Question is, do I need to .Close the MM_rsUser1?
The auto-generated code closes the MM_rsUser, but when I ...
0
votes
2answers
545 views
Unicode Characters not being saved when inserting from VB6
I have a VB6 application and when trying to save unicode charcters these are not being saved properly in the Ms SQL database. When executing the insert statment directly in SSMS the insert is ...
0
votes
1answer
350 views
Update ADO Recordset for a Calculated Field
I'm using the following sql for an ADO recordset against a SQLServer backend in VB6:
select c.name, taxid=
case when exists(select 1 from sometable where fld='abc')
then c.SSN else null end
...
0
votes
2answers
1k views
VB6 ADODB subsequent SELECT queries timeout after moving from SQL2000 to SQL2008
I'm facing timeout issues when performing multiple SELECTs after moving database to a different server, in a relic (VB6 application) I've been tasked to patch up. Things worked flawlessly in the old ...
0
votes
1answer
2k views
How to update recordset in VB6 using DAO connections with sql server
I am using a VB6 application. Which was using the MSAccess database. Now i am changing the database access to sql server. to getting/updating the data from MSAccess the application was using the DAO ...
0
votes
4answers
121 views
How to protect or hide backend data while using SQL server as Database?
Is it possible to hide the databases used in my application from the user.
What I need is that when user opens SQL Server management studio, he should not see the databases used in my application ...
0
votes
2answers
1k views
How to sync two sql-server tables from different location?
I have a database at HQ and another one at branch. Both database is identical, all the schema is the same. It could be more than one branch.
For example, the branch has a local database with a table ...
1
vote
2answers
634 views
Time out error while executing the query
I am executing the following query in a stored procedure, transferring one year's transactions from one table to another:
insert into
table2
select
*
from
table1
where
dates ...
0
votes
1answer
275 views
How to summarize all records in Crystal Reports 8.01
I have a problem with how to sum all records in Crystal Reports 8.01. I'm using VB6.
example:
date tools in out
1/19/2012 stone ...
1
vote
1answer
866 views
Connection to sql server database lost in a vb6 app after computer going to sleep
I have an old visual basic 6 application when some users reported me errors when the computer going back from sleep. This problem did not occurs on every client computer, (I would say some Windows 7). ...
1
vote
1answer
593 views
Is my code correct? Connect to SQL Server. Using VB6 / Access2003
Connect to SQL Server via (ODBC System DSN?) (No WinNT Auth) using VB6 / Access2003.
I don't know if my code** is correct. Could someone give me an example that do the following:
Connect to ...
0
votes
0answers
345 views
Crystal Report opens then closes from Visual Basic 6 app
I've got a Visual Basic 6 app that launches a crystal report on another server. The crystal report uses a system dsn to connect to a sql server database. When I click the button that opens the report, ...
1
vote
3answers
482 views
Sql server BCP execute inside vb6
I want to execute a BCP command in a VB6 application, how can i do it?
I tried this code:
BCPCMD = " 'BCP ""SELECT * FROM TABLE"" QUERYOUT C:\FILE.TXT -c -t -T -S MYSERVER' "
sql = "EXEC ...
0
votes
2answers
94 views
Zero should not save in the table
FlexGrid
While saving the flexgrid empty cell values, it is saving as 0 in table
For Example
Flexgrid
ID Value1 Value2
001 1
002
....
Saving...
Query
With flexgrid
insert into table1 ...
-1
votes
2answers
291 views
SQLServer7 + VB6 EXE File does not run on Win7
How can I use my old VB6 customized SQLServer database application in Windows 7?
I can not upgrade my old VB6 EXE file.
-1
votes
1answer
303 views
Incorrect SQL syntax with date values
I have a vb6 application with a sql server backend.Here's my following code:
cn.Execute "insert into abschart ([t_leave],[cu_month],[last_month],[last_year_month]) SELECT * FROM" _
& "(SELECT ...
1
vote
1answer
220 views
RDO Connection Time Out Error
When I run the query through VB6, I am getting error as "Time Out Expired"
For ADO Connection, I used addConn.CommandTimeout = 1000
For RDO Connection, How can i used CommandTimeout..?
0
votes
2answers
1k views
Crystal reports in VB6 application on Windows 7 64-bit
We're able to install our VB6 application on Windows 7 64-bit, but it won't display any reports (Crystal Reports). The message is
CrystralReport 20599
Cannot open SQL server.
How do we fix it?
...
2
votes
1answer
254 views
vb6 - NUMERIC and microsoft ole db provider for sql server
First of all sorry for the bad english.
I want to make the following query: "select top 1 NumeroLote from tblLote where convert(numeric(12), Documento)=28405"
The data for "Documento" is stored on a ...
0
votes
1answer
146 views
Can DAO access schemas in current Sql Server versions?
We have an app we maintain which is written in VB6 and uses the prehistoric DAO technology to do its database access. The database is in Sql Server 2008.
We are writing a new module now, that I ...
1
vote
2answers
175 views
Communication of VB6 application outside client network with SQL server inside network
Is there way to make the vb6 desktop application which is not on client network to communicate with sql server which is in the client premises?
0
votes
1answer
278 views
vb6 sql database error
I am attempting to fill textboxes with info pulled by the SQL query found in this code:
Dim Sqlstring As String
Dim rstCurrentTicket As Recordset
Sqlstring = "SELECT SubmiterName, Department, ...
0
votes
1answer
2k views
How to store Oracle TimeStamp precision 6 in SQL Server DateTime
I've a scenario where I've to move data from a Oracle Table to a SQL Server table. The column in Oracle is Timestamp(6) 6 being the precision. Now I cannot send the Oracle Data in string format. I ...
2
votes
2answers
831 views
sql server + vb 6.0
I have created one database project in vb 6.0. I have created my database in sql server 2000. I am using adodc and odbc to connect to database.
I want to keep my sql server in one system and my ...
0
votes
1answer
769 views
after insert get primary key value in textbox
I have 2 tables, TableA and TableB. IMAT_PRIORITY_ID is primary key in TableA.
How can I get the value of IMAT_PRIORITY_ID in a textbox after inserting into TableA?
strSQL1 = "INSERT TableA ...
1
vote
1answer
272 views
Looking for a free online tutorial about ADO
I am looking for a free online tutorial about using ADO to deal with databases.
I am making a .MDB file which include a ms access database and a form made with vb 6. I am using ms access 2000, and I ...
0
votes
1answer
198 views
Accessing SQL Server with VB6
I am trying to display data stored in SQL server in VB6.
ALTER PROCEDURE [dbo].[ledger]
-- Add the parameters for the stored procedure here
AS
BEGIN
-- SET NOCOUNT ON added to prevent extra ...
1
vote
1answer
409 views
To Get Trigger script source from VB6?
I want to get trigger script source from vb6. the database is using sql server2000.
i have trigger in a table. i just want to get trigger script at run time from vb6. this is possible? if yes please ...
3
votes
1answer
2k views
On windows 7, my VB6 app can't see 'System' DSN's but has no trouble finding 'User' DSN's
For a while I was stuck trying to get a visual basic 6 app working in Windows 7. The last remaining snag was that it just couldn't find the DSN when starting up. On a hunch, I deleted the system DSN ...
0
votes
1answer
370 views
spell check and singular/plural check in VB/Java/SQL
Im basically trying to do a simple search utility in my SQL Server database.
Need to search for "different form of words" typed by the user including spell check, singular/plural. Having the ...
0
votes
2answers
723 views
VB6: How do I connect to SQL server without the service manager installed on the client?
I am creating an application in Visual Basic 6.0 which has SQL server as its database. I want to connect to the database without having MS SQL service manager installed on the client. How can this be ...

