export

SQL Server - Export in xml-like format without tags?

From SQL Server 2005, I need to do an export for a client to an xml-like format shown below. Why they are not using XML, I don't know. Any ideas on how to do this quickly without exporting the file "FOR XML" and then writing a messy script to go through the text file and find and replace <, >, and every closing XML tag? Thank you. STA...

How to display all the types that i've created using "CREATE TYPE" in postgresql?

HI, this might sound like a silly question but.. i've created several "types" in a database using the CREATE TYPE command, now i'd like to use the same types in a different database in a different server and i didn't save my CREATE TYPE statements. Is there a way to export the types?? or even display the list of types with their fields a...

Exporting DIV area content in HTML using Java Script

Hi Guys, How can export DIV area content from an HTML Page to PDF?. Is it possible using without third-party tool, using JavaScript?. Please suggest ...

How to remove frame when exporting crystal report to word

How can I remove the frame when crystal report is exported to a Word document?. It should be only in word. In RTF I have tried, so please tell me how it can be done in Word. ...

Can CoreData models be exported to use in another app?

Is there any way to export a CoreData model file (i.e entities description: *.xcdatamodeld) to another project. Because re-recreate all entities is boring :-) ...

Do I need to validate uploaded files (PHP) if they are not going to be stored on the server?

I have a wordpress theme with an options page. I have included a basic export/import options feature. The export feature allows the users to download the options to a text .dat file and store them on their own computer. The import options button reads a .dat file and overwrites the current options in the database. Then the file is delete...

Exporting and importing selected rows in a database

Let's say I have a database like this: Users ----- ID int PK Identity Name vchar(max) Sales ----- UserID int FK Description vchar(max) And some data: Users 1, "Daniel" 2, "Barnie" 3, "Frank" Sales 2, "New computer" 2, "Rubber duck" 3, "Cabbage" There are also several other tables that link to this primary key. Now there is a req...

Product .exe does not start if # is in folder name

Hi everyone, I was wondering if there is a specific reason, why my eclipse product .exe does not start, if the parent directory of the exe-file contains a #. I am using Windows XP (SP3) and exported my eclipse application. The resulting .exe file saluts me with the following screen: Any ideas? ...

Is it possible to export Visual Studio UML diagrams to Enterprise Architect?

Working with Visual Studio 2010 and having all the UML diagrams in the VS solution, I wonder if it is possible to export those diagrams (classes, workflows) in Enterprise Architect to benefit of its tools. In brief, I would like to define in Enterprise Architect test scenarios for all these classes and workflows but I would like not to ...

How to transfer Magento upgraded Testsystem (v1.4.1) to Livesystem (v1.3.2.4) without Losing Orders

Hi everyone, I was asking how I could transfer a Magento Shop from my testserver to my Liveserver without losing the order and customer data from my live-system. Problem is that I installed various extensions, upgraded magento to 1.4.1 and also changed many files. If replace the database of the live-system with the one from my test-syst...

export to epub format in php

Does anyone know of a php class that can create/export ePub files? I have a book stored in a mysql database and I wish to publish it as an ePub format book? It's a very basic book, simple text and chapters, and a few images. Any suggestions? ...

c#, Excel + csv: how to get the correct encoding?

Good evening my dear programming gods! I've been trying this for quite a while now, but can't figure it out :-( I'm trying to export data to Excel via a *.csv file. It works great so far, but I have some encoding problems when opening the files in Excel (original string on the left, EXCEL result on the right): Messwert(µm / m) ==> Mes...

MS Access 2007 Blob Image export?

I have a MS Acccess 2007 database where we have inserted jpg images as blobs. I am looking for a tool that can export these images to MS SQL Server database. Any advice will be appreciated. Rob ...

Solve this Error ,while using 'export' keyword in templates?

Program :main.cpp struct X { int x; }; export template <class T> T const& min(T const&, T const&); int main() { return min(2, 3); } x.cpp struct X { int x; }; export template <class T> T const& min(T const &a, T const &b) { return a<b ? a : b; } error:Compiling with gcc export.cpp...

how to export images from an openstreetmap server??

Good morning everyone, i'll try to explain the whole situation here: I have a website (django-python) that shows a map using Openlayers. The map has two layers: a background that shows the city names and streets and for that i use openstreetmaps; the second layer contains some greographic information , for that i use MapServer (more spec...

Salesforce - Export a custom contacts view to Excel

Is it possible to export a custom contact view to Excel? I have a button that goes to the ExportContacts.page that is defined like: <apex:page standardController="Contact" contenttype="application/vnd.ms-excel" recordSetVar="contacts" extensions="ExportContactsExtension" > <apex:pageBlock title="Contacts"> <apex:pageBlockTable va...

Export function in c++ static library

My app links to a third party static library which without source code and I find that a function implemented in this library is exported in my exe using dumpbin.exe, just like a export function in a DLL. I have tried to modify the header file provided by the library, got rid of all the __declspec(dllexport) stuffs, and relink my app, b...

Is it possible to import/export EPiServer Community data (entity and attribute)?

Hi, I'm working on EPiServer Community 4 project. In development phase, I setup some predefine entity data (add some clubs, some forums, ...) and create/assign attribute to them. How can I export those data (entity data and its attribute/attribute value) and import later? (I will import when installing my product for customer). Thank...

ruby on rails: export and merge databases

I am currently working on a ruby on rails project with a MySQL-Database. Is there a way to export the database and merge it with another one? ...

Exporting sqlite data in pdf and csv format

Hi Fellas, I am new in iPhone application development. In my application i need to export the data that i have in sqlite into pdf and excel sheet format, also after that i have to give a provision to attach that generated pdf or csv files in an email and send it to same. Kindly help!...I am really screwed. I need codes for it Thanks in...