How to make VB6 and SQL Server 2000 multiuser and client-server?

how to make vb6 and sql server 2000 multiuser and client server??i use adodc for connection please tell me the source code. thx



Answer Question   |  June 27, 2012  6:52 AM
ADODC, Client/Server, Multiuser, SQL Server 2000, VB 6, Visual Basic 6
asked by:
5 pts.

segmentation fault

i am doing socket programming in linux with the help of gcc compiler .the server code is giving error. Segmentation fault (core dumped) the code is: #include<stdio.h> #include<string.h> #include<stdlib.h> #include<netinet/in.h> #include<sys/socket.h> #include<unistd.h> //#define message 255   int main(void)/*(int argc,char* argv[])*/ { int sock,sock1; struct sockaddr_in server; struct sockaddr_in client; char buffer[255]; char buff[20]={“message recieved”}; int…



Answer Question   |  June 27, 2012  6:52 AM
Linux, Segmentation Fault, Socket programming
asked by:
93
10 pts.

Customize page size of data report in vb 6.0

hi guys… My problem is….. Default size of data report is A4. but i want to change it 12×18 inch. or any other. how can it possible? plz tell me soon lakahmikant_prince@yahoo.co.in



Answer Question   |  June 27, 2012  6:52 AM
VB 6.0, Visual Basic, Visual Basic 6.0
asked by:
5 pts.

How can I send multiple attachments in email using VB.NET

I am working on a code which is used to send email from the desktop application, it works fine. The main problem arises when i tried to attach multiple files or i tried to attach a heavy file (e.g. 1 Mb, or higher) Below is the code i have used. For i As Integer =…



Answer Question   |  June 27, 2012  6:52 AM
VB.NET, Visual Basic, Visual Basic .NET
asked by:
35 pts.

How to print and report in VB 6.0

I can report data from M.s Access in VB 6.0, But my hard copy in Certificate in Landscape Paper. so I can’t do. I want to ask! How print Data from Access to VB 6.0 that can change position of Paper (Portriat and Landscape). I think in Crystal Report, but I can’t. Please help me.



Answer Question   |  June 27, 2012  6:51 AM
VB 6, VB 6.0, Visual Basic
asked by:
5 pts.

Date format in Microsoft Excel 2002

In my program I pass values from VB to Excel for reporting. When I pass 03-01-2009 (3rd Jan 2009), in excel it shows as 01-03-2009. I have set short date format to dd-mm-yyyy, in control panel, regional settings. Also in excel, I set cell format through VB as … Exl.Range(“A1″).NumberFormat = “dd-mm-yyyy” and Exl.Range(Rng).NumberFormat =…



Answer Question   |  June 27, 2012  6:51 AM
Excel 2002, Excel Cell Formats, Microsoft Excel, VB, VB 6, Visual Basic, Visual Basic 6
asked by:
155 pts.

Create a macro in Excel 2007 to disable save

I need to create a macro in Excel 2007 to disable save



Answer Question   |  June 27, 2012  6:48 AM
Excel 2007, Excel 2007 functions, Excel 2007 macros, Macros
asked by:
5 pts.

How do I connect SQL Server 2005(mobile edition) to Visual Studio 2005?

How do I connect SQL Server 2005(mobile edition) to Visual Studio 2005? I tried the connection but the database is not found on the server.



Answer Question   |  June 27, 2012  6:47 AM
Mobile, SQL Server 2005 Mobile Edition, SQL Server integration/interoperability, Visual Studio 2005
2,585 pts.

How to access the ID Vault documents using java or c API

Hi all, Based on the new feature(ID vault) implemented in domino 8.5, i would like to access this new feature(idv vault) using java api. Like i want to mark it for inactive in id vault database for a particular user. and how to change the name. Regards, Sankar



Answer Question   |  June 27, 2012  6:46 AM
API, C#, ID Vault, Java, Lotus Domino, Lotus Domino 8.5, Lotus Domino 8.x
asked by:
5 pts.

SQL Writer error message – SQLDUMPER library failed

error sql writer – sql dumper liabrary failed initialization install corrupt or tamper with



Answer Question   |  June 27, 2012  6:46 AM
Error SQL4304N, SQL, SQL writer, SQL Writer error messages, SQLDUMPER library failed initialization
asked by:
5 pts.

OLE object

The Access form will not accept olebound .jpg pictures. The form is referencing a table with an OLE Object field definition. The picture frame on the form is created using OLEbound object frame. When using Insert Object’ and finding the file containing the .jpg picture, only the jpg tag and the name of the picture are put into the form,…



Answer Question   |  June 27, 2012  6:45 AM
Microsoft Access 2003, Microsoft Office 2003, OLE objects
asked by:
5 pts.

Core Dump problem in C pgm

Hi All, I am facing core dump, I am using “dbx” debugger to debug my source codein this matter.[o:p][/o:p]



Answer Question   |  June 27, 2012  6:45 AM
C programming, C++, core dump, Debugging
asked by:
Kar
425 pts.

Generate .XML file in Visual Basic 6

how to generate .xml file through vb6



Answer Question   |  June 27, 2012  6:44 AM
VB Code, VB6, Visual Basic 6, XML, XML File Creation
asked by:
5 pts.

QUERY on V6R1

I am buying a 520 w V6R1. I need to have the following features on it. STRQRY WRKQRY STRSQL What is the lic pgm on 6.1? On V5R4 it was 5722QU1 or 5722qu2 & 5722st1? What is the difference between the 3?Would like to know what to order for the 6.1 box  Thxs Stephen



Answer Question   |  June 27, 2012  6:44 AM
AS/400 SQL, iSeries V6R1, SQL Query, WRKQRY
asked by:
120 pts.

how to display images from database on datalist in asp.net 2.0

Dear all, Please help me ,how to display images from database on datalist  in asp.net.my coding are mention below,all my records are display but images are not display. HTML CODE:- <asp:DataList ID=”DataList1″ runat=”server” BackColor=”White” BorderColor=”#336666″             BorderStyle=”None” BorderWidth=”0px” CellPadding=”15″ GridLines=”Both” CssClass=”normal-txt” HorizontalAlign=”Center” RepeatColumns=”2″ RepeatDirection=”Horizontal” ShowFooter=”False” ShowHeader=”False” Width=”60%” >             <FooterStyle BackColor=”White” ForeColor=”#333333″ />             <ItemStyle…



Answer Question   |  June 27, 2012  6:43 AM
ASP.NET 2.0, ASP.NET Web applications
asked by:
60 pts.

sql query

any one explain this query: select regexp_substr(char_name,’[^,]+’,1,level)as row_id from char_change connect by level<=(select length(replace(char_name,’,',null)) from char_change); this query is used to get the string value and print the row wise.



Answer Question   |  June 27, 2012  6:43 AM
SQL, SQL Query
asked by:
65 pts.

error code 70 when making Package Vb6.0

My question is when i using the package to make the setup file, but the error code 70 appeared and failed to continued. anyone can help me to find out the problem. the vb file can complied in vb6.0 and make a exe file. Only error occurred in Package wizard. thank you for your help!!



Answer Question   |  June 27, 2012  6:41 AM
Package and Deployment, VB Setup File, VB6.0
asked by:
5 pts.

Database connectivity with c++

How to connect backend(database to C++(front end) ?



Answer Question   |  June 27, 2012  6:39 AM
C++, Database connectivity, Database programming
asked by:
15 pts.

Digging into Basic2C-managed C-isam data on SCO

Dear Expert(s), I am in search of a manner to update a limited number of datafields (<5) forth and back between a JAVA/Postgresql based solution and a legacy Niakwa NPL Basic2C program using C-ISAM tables. I wouldn’t try to access the C-ISAM files directly as they are constantly being used by the Basic2C program (together…



Answer Question   |  June 27, 2012  6:37 AM
BASIC, Basic2C, C-ISAM, Java, Niakwa, NPL
asked by:
5 pts.

search Button In vb.net 2005

The code is for searching entire sql database if i enter RegistrationNo which is primary key plz help.iam getting errors. If IsNull(TextBox1) Then MsgBox “Please Enter the RegistrationNo” End If If IsNull(Me.TextBox1) = False Then Me.Recordset.FindFirst “RegistrationNo= ‘” & Me.TextBox1.Text & “‘” Me!TextBox1 = Null If Me.Recordset.NoMatch Then MsgBox “RegistrationNo Not Found”, vbOKOnly + vbInformation,…



Answer Question   |  June 27, 2012  6:37 AM
SQL Database, VB.NET, VB.NET 2005
asked by:
255 pts.