1
vote
2answers
68 views
Export DataTable to Excel File
Hi,
I have a DataTable with 30+ columns and 6500+ rows.I need to dump the whole DataTable values into an Excel file.Can anyone please help with the C# code.I need each column va …
0
votes
2answers
28 views
What is the easiest way to import some CSV files with relation to a DB?
I have multiple CSVs. they are all export from a relation DB.
Now each CSV contains thousands of entries, and references to other tables represented by other CSVs file.
how can i …
0
votes
2answers
30 views
Virtual Tour using sketch up, ajax, flash technologies.
I want to know if there are existing technology that make your 3d models in sketch into virtual tours, using either Ajax or Flash for web presentation.
If there's none, which will …
0
votes
1answer
28 views
Export structure and data (like in PhpMyAdmin)
I want to export data and structure from MySQL database using PHP. I know about SELECT INTO OUTFILE command but I want to have the file like the one which is generated by PhpMyAdmi …
0
votes
1answer
17 views
Moving Data Views Across Sharepoint Sites
We have a production SharePoint site that uses a custom database quite a bit. We have a dev site on a separate box where we develop all of our things then move them over to a live …
0
votes
1answer
66 views
Reading a text file and exporting its contents to sql
I'm trying to have files(.shp and image file types) that are listed(the location) in a text file exported to a database, by importing it into the manifold program and then exportin …
2
votes
3answers
65 views
How to import a .dmp file (Oracle) into MySql DB?
The .dmp is a dump of a table built in Oracle 10g (Express Edition) and one of the fields is of CLOB type.
I was trying to simply export the table to xml/csv files then import it …
1
vote
1answer
53 views
Export subtree in Git with history
I have a folder in my Git repository that I'd like to move out in to its own repository. Is it possible to move the history of that folder along with the folder?
I've previously b …
0
votes
3answers
36 views
How to address an issue while sourcing an env file in bash ?
Some issue arise when sourcing one of your env file (a series of variable exporting)
for instance:
...
export MY_ROOT=/Soft/dev/blah/blah
export MY_BIN=${MY_ROOT}/bin
...
resul …
0
votes
5answers
66 views
What is a good Microsoft SQL Database Export / Import tool?
I need a tool that will look at a Microsoft SQL Server database and export the data as a SQL script. I want to be able to run the script on another box with an empty database and i …
0
votes
3answers
18 views
Excel Export of SSRS Report shows outdated data
I have an SQL Server Reporting Services (SSRS) report, that uses a view. That few had to be adjusted yesterday. Now the report shows online the correct data, however as soon as I c …
0
votes
4answers
52 views
How to export an Excel from dataset and save it into a specific path without showing the save as box
Hi, I have a code to exporting dataset to excel working fine, I want to exporting the excel into a specific location on the server, my code is down here and what changes should I d …
-2
votes
0answers
34 views
Asp FPDF - to display multilanguage text
I am using FPDF library for ASP.I am trying to add chinese font to it, but its not displaying correct characters.I wrote copied php code and converted to ASP style as extension. It …
0
votes
0answers
55 views
Save RDLC reports as PDF programaticaly
I have a report that I need to run multiple times and save as PDFs. I am currently generating the report as a PDF programatically but want to save the reports without the user hav …
0
votes
1answer
22 views
Error while exporting from ms sql to access
I am trying to export the following data in the query from ms sql server to access, it says an error "Field wkid already exists in the table results"
when i try to execute the sam …
