473,626 Members | 3,234 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

how to connect the Tally from VB. Is there any ODBC connection in Tally.

14 New Member
hi

Please help me !!!!!!!

how to connect the Tally from VB. Is there any ODBC connection in Tally Software.
I need to import the data from SQL Server to Tally.



regards
SB
Aug 25 '07 #1
9 21338
Killer42
8,435 Recognized Expert Expert
how to connect the Tally from VB. Is there any ODBC connection in Tally Software.
I need to import the data from SQL Server to Tally.
Have you checked out this thread? (The reason for the highlighting in the messages is that I found it by doing a search on "VB TALLY" using the search box up the top.
Aug 27 '07 #2
QVeen72
1,445 Recognized Expert Top Contributor
Hi,

First Export Data from SQLServe in "XML" format.
Tally has the option to Import Data from XML Format...

REgards
Veena
Aug 27 '07 #3
sathikbasha
14 New Member
Thanks for your reply.

Yes, I already created XML file to import the data.
Now I need to import the data from VB to TALLY.

Waiting for your valuable comments.
Aug 27 '07 #4
Killer42
8,435 Recognized Expert Expert
What version of VB are you using? If it's later than VB6, it can probably produce XML fairly easily, so you should be able to import that.
Aug 28 '07 #5
sathikbasha
14 New Member
yes i am using VB6.
now i create a sample XML file to insert Data in Tally.
now i need to insert the data into tally
Aug 28 '07 #6
stcindia
2 New Member
You can import the XML file from tally Import Data option, if you want to directly push the xml file in tally use XMLHTTP to post the xml into tally webservice server.
Oct 23 '07 #7
Prakashnaidu1986
1 New Member
hi,
I know exactly to import with ODBC from tally to excel but i'm not sure about VB, I'll enquire with my friend and check that.
1.Open tally which ever the company u want to import
2.HIT CTRL+N
3.Hit START button and go to RUN option
4.In run option type EXCEL and hit ENTER
5.Excel sheet opens
6.Go to DATA option in standard toolbar
7.Select the option IMPORT EXTERNAL DATA
8.In that sub option select NEW DATABASE QUERY
9.A dialogue box called as CHOOSE DATA SOURCE opens
10.Select TALLY ODBC
11.You will get the options which is created in that respective company, select the required options and import.
Sep 9 '08 #8
prasanths
1 New Member
When tally is started a DSN is automatically created in your local system. It is 'TallyODBC_9000 ' where 9000 is the default port number of Tally Server. You can directly connect to Tally using the connection string 'Dsn=TallyODBC_ 9000'. Port number 9000 change. When exporting to Excel you can see the fieldnames of data. Use the same fieldnames in queries to access data. Then you can easily connect to Tally in VB 6 or .Net wherever
May 6 '09 #9
rupesh11041963
1 New Member
http://mirror1.tallysolutions.com/Do...pabilities.pdf

Goto Above.

Will tell you Most of all about the confusions mentioned on this page.

Rupesh
rupesh11@gmail. com
Mar 25 '10 #10

Sign in to post your reply or Sign up for a free account.

Similar topics

20
4801
by: Mr Dygi | last post by:
Hi, PHP 4.3.4 installed manually from package *.zip and Apache 2. I have a problem with this simple code: <?php $link = mysql_connect("127.0.0.1","","") or die("Could not connect: " . mysql_error()); echo "Connected successfully"; mysql_close($link);
2
3536
by: Gazchurchend | last post by:
I am trying to connect to a legacy system running on VMS using the Attunity Connect ODBC driver from within PHP. I know the System DSN works because SQL Server has been using it successfully for years. I want to access the info on VMS from within PHP and this is when all goes pear shaped! I have tried various ways... 1) If I am in query analyser and type 'SELECT * FROM DNSNAME...TABLENAME' etc. This works fine. But if I try putting...
7
2206
by: Thomas Scheiderich | last post by:
I have a page that is trying to connect to my SQL Database. All the code I have seen shows me to connect the same way. The error I am getting says: Error Type: Microsoft OLE DB Provider for ODBC Drivers (0x80004005) Data source name not found and no default driver specified /connectDB.asp, line 13
33
106504
by: Savas Ates | last post by:
in asp page im getting this error how can i solve it.. yesterday the codes work but i setup visual studio 6.0 now it doesnt works..
4
3911
by: Development at American Savings | last post by:
I'm having some trouble being able to connect to my db2 server (it lives on an os/2 warp 3 connect box) from my Windows2000 workstation using vs.net 2003. Any suggestions? I have a local user account on the server "readonly", i have created a user in the database of "readonly" and I can connect through the command line, but from within visual studio .net 2003 I cannot make a connection. Better stated: I can make a connection but I...
3
5733
by: Fabian Knopf | last post by:
Hi friends, i have a unix machine PC1 where a database is running ( IBM DB2 V8.1 ) . Then i have another machine PC2 i installed there also ( IBM DB2 V8.1 ). On PC2 i installed unixODBC. To connect to the database over ODBC on unix i did this: on db2 console: catalog tcpip node archiv remote PC1 server DB2_db2inst1
2
10494
by: zMisc | last post by:
I am using VB.NET 1.1 and cannot connect to a MySQL (v5) database. I've done the following: 1) Create a DSN for MyODBC. 2) Connect using: Driver=MySQL ODBC 3.51 Driver; Server=localhost; Data Source=test; UID=test; PWD=pwd; OPTION=3 When I run my app, I get this error: An OLE DB Provider was not specified in
1
17573
by: Thijs | last post by:
Hi, i'm new to db2, so the answer on this question is maybe verry simple (or not)... i've installed db2 on a server, and now, I want to make a connection with odbc from a client (windows 2000). I installed the IBM DB2 odbc driver.
2
9380
by: 111mike | last post by:
Hello, Here's my problem. I cannot connect to mysql database using odbc string connections or dns. I keep getting a "cannot connect to mysql server localhost." I'm running windows XP Pro and have installed IIS as my server. I have installed Mysql 5.0 and mysql ODBC driver 3.51.12 in their default locations. Database is up and running okay, as I've been able to create databases and tables and access them via the command prompt and...
0
8707
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8641
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8366
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8510
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6125
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5575
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4093
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4202
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1812
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.