importing

limiting sql server constraint checks to only new data

I need to import a lot of data into a sql server database. Some of this data was imported from long ago and much of it does not maintain referential integrity but I want all new data to. I can turn off the constraint checks prior to the import but how do it turn them back on only for data that will be added later? Is this possible or do ...

Importing Excel Table into a MS SQL Table

I have software for STOCK and SALES that can give me an Excel price list, I wanna write a small web app that will enable users to check prices, I don't have any access to that software's database, so I wanna import that Excel data (one worksheet, 5 columns, almost 10000 rows) into an MS SQL database table, keep in mind that the price lis...

import android .net.http package can't be resolved in android

hi all, how to download jar files for rectifying the package importing problems in android.i cant find jars downloading site for android. please help me renu ...

Can't import my own Visual Studio Settings

I've been having problems with the windows and toolbar layout not being remembered between sessions and, having followed all the advice and suggestions posted here and elsewhere, I decided that the simplest thing to do would be to create the layout I wanted and export it and then just import it again at the start of each session. So, I ...

Problem importing Android project archives into Eclipse

My apologies if this is a stupid newbie question... I'm using Eclipse (Helios release) and have the Android SDK all configured as per the developer.android.com recommendations. I can create and run new projects without any problem but I can't import archived project code samples (found on the web etc.) using Import > Existing Projects I...

Image from Java GUI to MATLAB

I have a problem with transferring the image (RGB data) I get from Java GUI (for which I have the source code) to a MATLAB array. Can this be done? I don't know where to start since I'm not very familiar with Java programming. Any help would be appreciated. I'm a Ph.D. student and I need to solve this for my future research. ...

Microsoft.Office.Interop.Outlook namespace question

So, can i import data into a .NET application from all versions of Outlook using that namespace, or i can import only from Outlook 2010? Does anyone know. ...

Making all variables in a scope global or importing a module inside another module

I have a package with two modules in it. One is the __init__ file, and the other is a separate part of the package. If I try from mypackage import separatepart, the code in the __init__ module is run, which will run unneeded code, slowing down the importing by a lot. The code in separate part won't cause any errors, and so users should b...

How can I use jar libraries in Android compiled with packages that Android doesn't have

I need to import a couple of jars that where compiled under the full implementation of java. I know that Android doesn't use all the packages that java has to offer. My question is: Is it possible to import them without creating errors? Is there a tool that can convert jars to android jars? if so, can some examples be provided. Any help ...

How importing works. Why imported modules not inheriting other imported modules

Hello, I just "thought" I understood how importing and modules work but obviously I need more schooling. Here is an example program (just a test case of somerthing I'm doing that is much bigger in scope and scale) and a module: quick.py import gtk from quick_window import * w.show_all() gtk.main() quick_window.py w = gtk.Window()...

PHP - Import Data from Microsoft Access

The system I'm building is attempting to read Microsoft Access DBs from a different system. I essentially need to be able to read the data, parse it, and do something with it. If I could somehow load it into an associative array, a database, or anything else, that'd be great. Our users will have to import these files themselves, so we c...

How do I have to import products in Magento using a direct connection to the database

Hi guys, I have about 50.000 of records to import in a Magento store. What I have already tested: The file is about 50 MB. Splitted files API Magento Classes Splitting the file doesn't improve the speed of the importing of the products. Api are very slow. Magento Classes are slow. This is a snipped of code using the Magento Classes...

Import a .fil file in OpenOffice calc

Hello, I have the exe of an old VB application. It seems that this app saves the data in .hat files, txt files, and a .fil file. I'm trying to create a new app and I want to migrate the data in OpenOffice Base. I managed to migrate the .txt, .hat files but I have a problem migrating the .fil file. I open it in Calc or Writer but I can n...