|
sivakumar.mariappan wrote: As i mentioned, it is client's own DBMS
You didn't mention that.
sivakumar.mariappan wrote: If you want, i will send the sample files to you
No thanks, have you tried it yet?
|
|
|
|
|
No, as i am a beginner of VB.NET, i don't have any idea to find this.
|
|
|
|
|
So what exactly are you asking for? Somebody to decode the format for you? Somebody to write the conversion code? You need to be a lot clearer on what help you are after other than a vague "I'll send you some files".
"WPF has many lovers. It's a veritable porn star!" - Josh Smith As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.
My blog | My articles | MoXAML PowerToys | Onyx
|
|
|
|
|
As you advised, I have collected some more details about this inf*act db which are given below.
Nielsen Inf*Act db is a SQL db compatible with relational Star schema Data model.
We are receiving the inf*act db datasource from the client in a folder(the folder should be in country code) and this folder contain the files with the formats of .hed,.chr,.idx,.inf and .tad(5 files for each DB).
If the datasource dump has 50 db means, the datasource folder will contain (50dbs*5files for each db) 250 files. We are adding each database through our tool by browsing the file in the format of (.hed ) from this datasource folder.
One important thing is, if we delete any one of the file among those 5 files(.hed,.chr,.idx,.inf and .tad) for a db, the database will not get added in our report template tool.
As i discussed here, the data is available in .inf file. First i have to extract the data from this file. Then only i can import them into ms-access.
So, i want the code in vb.net, that how to extract the data from this file and import them in ms-access.
I think this will help you a lot
Thanks,
Sivakumar.M
|
|
|
|
|
.hed[^]
You are the only person who knows better abt your problem. Gather some info. and ask questions 
|
|
|
|
|
As you advised, I have collected some more details about this inf*act db which are given below.
Nielsen Inf*Act db is a SQL db compatible with relational Star schema Data model.
We are receiving the inf*act db datasource from the client in a folder(the folder should be in country code) and this folder contain the files with the formats of .hed,.chr,.idx,.inf and .tad(5 files for each DB).
If the datasource dump has 50 db means, the datasource folder will contain (50dbs*5files for each db) 250 files. We are adding each database through our tool by browsing the file in the format of (.hed ) from this datasource folder.
One important thing is, if we delete any one of the file among those 5 files(.hed,.chr,.idx,.inf and .tad) for a db, the database will not get added in our report template tool.
As i discussed here, the data is available in <b>.inf</b> file. First i have to extract the data from this file. Then only i can import them into ms-access.
So, <b>i want the code in vb.net, that how to extract the data from this file and import them in ms-access.</b>
I think this will help you a lot
Thanks,
Sivakumar.M
|
|
|
|
|
A mainframe database? How many tables/records are we talking about?
Do you seek advice or a solution?
I are troll
|
|
|
|
|
Eddy Vluggen wrote: Do you seek advice or a solution?
Option number 3. Coded and tested apps.
"WPF has many lovers. It's a veritable porn star!" - Josh Smith As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.
My blog | My articles | MoXAML PowerToys | Onyx
|
|
|
|
|
I are troll
|
|
|
|
|
As you advised, I have collected some more details about this inf*act db which are given below.
Nielsen Inf*Act db is a SQL db compatible with relational Star schema Data model. It is client's own dbms.
We are receiving the inf*act db datasource from the client in a folder(the folder should be in country code) and this folder contain the files with the formats of .hed,.chr,.idx,.inf and .tad(5 files for each DB).
If the datasource dump has 50 db means, the datasource folder will contain (50dbs*5files for each db) 250 files. We are adding each database through our tool by browsing the file in the format of (.hed ) from this datasource folder.
One important thing is, if we delete any one of the file among those 5 files(.hed,.chr,.idx,.inf and .tad) for a db, the database will not get added in our report template tool.
As i discussed here, the data is available in <b>.inf</b> file. First i have to extract the data from this file. Then only i can import them into ms-access.
So, <b>i want the code in vb.net, that how to extract the data from this file and import them in ms-access.</b>
I think this will help you a lot
Thanks,
Sivakumar.M
|
|
|
|
|
sivakumar.mariappan wrote: i want the code in vb.net, that how to extract the data from this file and import them in ms-access.
You'll need to write it - this isn't a drive-through
First, you'll need to determine the layout of the .inf file, and create a means of reading it into VB. If you need help, you can post an example of the contents of the .inf file here.
Writing the data to an Access database would be the second step.
Good luck
I are troll
|
|
|
|
|
Ask the client whether any kind of connection is available to access the database.
If there are none, ask them to export the content of database to certain format (CSV, XML, flat files)
If they can't, ask the client if it is a known database that your team can understand if you need to get down and dirty to decode the database
If it is not a known database format, ask if they got documentation on the database structures.
If they can't or no document, tell your PM your team is in deep sh*t..
|
|
|
|
|
I had an in process dll developed in Vs2005, which gets registered through an MSI setup, this dll performs the action which it really mean for, but if I install the setup.exe including .Net framework2.0 in it, as to check the Prerequisites while testing in other PC's, these doesn't perform the required operation correctly, after the dll gets registered, what may be the mistake I am doing, can anyone clear this?
|
|
|
|
|
Hi all
I have problems to find information about the attribute [assembly: ...].
As a learner I want to pick up the string in the docu.
The question is, where do I find it in the online docs (the word "assembly" is used in all kinds of context)
Please do not explain me what it does, instead help me to find the docu - because the latter is my problem.
(don'g give me food, I need to know how to bake bread)
best thanks

|
|
|
|
|
|
In addition to what Eddy Vluggen has posted, you can use System.Reflection.Assembly.GetExecutingAssembly().GetCustomAttributes to get all the attributes applied to your current assembly
|
|
|
|
|
|
plz anybody know it to help me.
G.Murugadoss
|
|
|
|
|
Write a client application which returns all the processes of local machine and write a server application which receives that. Now you know the machine names and corresponding processes. I have tried it using .net remoting.
|
|
|
|
|
plz anybody knows it to help me. i'm waiting for ur reply
G.Murugadoss
|
|
|
|
|
Please read this [^]article. Don't be a Code Vampire - try writing it for yourself, and coming back when you have specific problems.
"WPF has many lovers. It's a veritable porn star!" - Josh Smith As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.
My blog | My articles | MoXAML PowerToys | Onyx
|
|
|
|
|
I downloaded Visual Studio 2008 but I'm new to trying write my own application for a ACR122 NFC reader. I have sample codes in these following languages - Delphi 7, Java, VB.Net 2005, VB 6.0, VB C# 2005, VB C++ 6.0, VB C++ 2005 (x64). I need all the steps to take or what programs to do first. Thank You
|
|
|
|
|
it seems like it comes with a pretty impressive SDK
I'd think the first step after installing VS2008 would be to take one of the samples - ie, in the language of your choice, compile it, test it, play with it, think about what its doing - make sure you know what call is doing what
Then think about the real world application you need to write, and having the sample, SDK reference manual in hand, rough out a spec on paper for it. Use what you know from the example, the manual etc to fill in the gaps between the sample and your real application.
Then either extend the sample or recode a new application.
ps .. are you sure you need VS2008 - it looks like the samples are VS2005 orientated - that may or may not give you grief - I'd always start off with the compiler the 3rd party supports before going beyond that - Ive done enough integration of other people's tools etc over the years to realise that the first thing they'll ask if you cant get something working is what your setup/versions are - if they come back to you with a 'we dont yet support VS2008' you could be up sh*t creek - its unlikely that you couldnt make it work with VS2008, but vendors can be unhelpful if their regime isnt followed
'g'
|
|
|
|
|
Sorry for the long delay but VS2008 will not work right with my VS2005 sample codes. I just received my copy of VS2005 do you think I can get some help from you on this project?
|
|
|
|
|
well, given I said their examples were vs2005 based Im not surprised, but I wouldnt have thought there were many issues .. what are your exact issues with using vs2008 and their samples ?
since I dont have/cant get a copy of their SDK I cant do that much - if the issues are specific vs2008 issues as opposed to the actual card-reader sdk, then they can still be posted here.
samnette wrote: do you think I can get some help from you on this project?
Im not sure what you're asking me ? post detailed questions here on CP and you hopefully get answers - if that doesnt work, then maybe you need a pro to kick-start your project but they cost $$ .. the company that supplied you the ACR122 NFC should also suppy support.
'g'
|
|
|
|
|