SSIS Installable For Sql Server Express

May 12, 2006

Hello All,

I would like to know if SSIS is available for Sql Server 2005 Express and where i can download the installable.

Regards

View 1 Replies


ADVERTISEMENT

Could Not Find Installable ISAM

Dec 12, 2007

Pls Can someone tell me why this code is giving me "Could not find installable ISAM"
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.LoadDim strConn As New OleDbConnection("Provider=Microsoft.JET.OLEDB.4.0;Data Source=" & Server.MapPath("~/App_Data/WK 48-2007.xls") & ";" & "Extended Properties=""EXEL 8.0;HDR=YES""")strConn.Open()Dim StrSelect As String = "SELECT * FROM [Sheet1$]"Dim Comm As New OleDbCommand(StrSelect, strConn)Dim reader As IDataReader = Comm.ExecuteReaderGRD.DataSource = readerGRD.DataBind()reader.Close()strConn.Close()End Sub

View 4 Replies View Related

Could Not Find Installable ISAM

Feb 24, 2008

  Hello, can u plz tell me why this error come and what is the solution of this error....  i m trying to impot data from excel sheet into SQl Server database.protected void Button1_Click(object sender, EventArgs e)    {        try        {            string excelConnectionString = @"Provider = Microsoft.Jet.OLEDB.4.0;DataSource=C:Documents and SettingsBonerich44Desktopusername.xls;Extended Properties=8.0";            //create connection to the excel workbook            using (OleDbConnection connection = new OleDbConnection(excelConnectionString))            {                OleDbCommand cmd = new OleDbCommand("Select * from [Sheet1$]", connection);                connection.Open();                //create DBreader to DataWorksheet                using (OleDbDataReader dr = cmd.ExecuteReader())                {                    //SqlServer connection string                    SqlConnection myconnection = new SqlConnection();                    myconnection.ConnectionString = "server=SYS20;database=Instantmessenger;userid=sa";                    myconnection.Open();                    //bulkcopy to SqlServer                    using (SqlBulkCopy bulkcopy = new SqlBulkCopy(myconnection))                    {                        bulkcopy.DestinationTableName = "username";                        bulkcopy.WriteToServer(dr);                    }                    myconnection.Close();                }            }        }        catch (Exception ex)        {            Response.Write(ex.Message);        }        finally        {        } 

View 2 Replies View Related

Cannot Find Installable ISAM

May 11, 2001

Hi All,

I am trying to create a DTS package through EM Wizard. It is trying to get data from a table into an Excel. While doing so , it gives an error Error Source : Microsoft Jet Database Engine
Error : Could Not Find Installable ISAM

Can some one please help !!
Thanking you in advance.

Regards

Nat

View 2 Replies View Related

Could Not Find Installable ISAM

Oct 23, 2007

I'm new here and this is my first post. I am not sure if this is the right place for me to post this problem but I really need your help guys. I've been looking for a solution of this problem for almost a week now. I'd googled a lot but of no result.

What I want to do is to import records from access 2000 database to SQL 2005 Express. I use the following statement to import records:

SELECT * FROM OPENROWSET('Microsoft.Jet.OLEDB.4.0', 'Data Source="D:SamplesMydatabase.mdb";User ID=Admin;JET OLEDB:Database Password=mypass', 'tblTab1')

The following error shows:

Cannot initialize the data source object of OLE DB provider "Microsoft.Jet.OLEDB.4.0" for linked server "(null)".

I dont know if the statement is correct or I am missing something. I had reinstalled my MS Access but this does not help either. By the way I'm using Access 2003 and my database is 2000 access version.

Hope somebody can help me get out of this.

thanks,
bodjo

View 15 Replies View Related

Can Not Find Installable ISAM

Jun 11, 2007

Installed Office 2007 and I am trying to develop an import by developing a Integration Project. If I use SQL2005 to import the data to create the table or I try to develop the Integration Project I keep getting a Can not find installable ISAM. I have tried to update the MDAC but either the SP is not supported in XP SP2 or it would do anything since there is a later version already installed. This is the same when I try and install / update the Jet database engine.(4.0). Does anyone have a clue, the only thing I can find info on is Access and other db's. This appears to be a product issue but which one I don't know.

View 4 Replies View Related

Could Not Find Installable ISAM

Jun 15, 2006

Hi, when l use the ADO.NET with the following query, SELECT * INTO XLImport5 FROM OPENROWSET('Microsoft.Jet.OLEDB.4.0',
'Excel 8.0;Database=C: estxltest.xls', 'SELECT * FROM [Customers$]')i get the following error, i.e.Error: 0xC002F210 at Execute SQL Task, Execute SQL Task: Executing the query "SELECT * INTO XLImport5 FROM OPENROWSET('Microsoft.Jet.OLEDB.4.0','Excel 8.0;Database=C: estxltest.xls', 'SELECT * FROM [Customers$]')" failed with the following error: "Cannot initialize the data source object of OLE DB provider "Microsoft.Jet.OLEDB.4.0" for linked server "(null)".OLE DB provider "Microsoft.Jet.OLEDB.4.0" for linked server "(null)" returned message "Could not find installable ISAM.".". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly.Task failed: Execute SQL TaskAny idea, what's wrong?Regards,YB Lim

View 7 Replies View Related

Error - Could Not Find Installable ISAM

Dec 6, 2007

First, let me state this is no longer an error, rather I wanted to share this experience with you. Primarily due to the fact I could not find any reference to this specific situation via Google, etc.

Scenario
SQL Server 2005
We have a linked server that points to xbase files on a local drive to the SQL database. This linked server is used to pull in data on a daily basis from a legacy XBase application. This setup has been in use for quite some time and once in awhile any query request using the linked server throw this exception:

Cannot initialize the data source object of OLE DB provider "Microsoft.Jet.OLEDB.4.0" for linked server "<somelinkedservername>".
OLE DB provider "Microsoft.Jet.OLEDB.4.0" for linked server "<somelinkedservername>" returned message "Could not find installable ISAM.".

So I started digging into this and tried a few things. First, I attempted to drop and recreate the linked server. That was wishful thinking at best and, of course, the error still persisted. Then I noticed something very odd on the database. We had 80+ connections open from the Idera diagnositics software. These connections went back to the prior day at approximately 6 AM and every scheduled interval since. A quick DBCC INPUTBUFFER showed me they were making many calls to the WMI services on the machine. I shut down Idera and tried to kill all the connections and they just sat there in a KILLED/ROLLBACK state for over an hour (while I looked into the issue). Finally, I attempted to stop the WMI service and it gets stuck in a 'Stopping' state. Well, this tells me it's truly hung up for some reason. Eventually I used Sysinternals Process Explorer to identify the process and kill it manually. Once I restarted the service the linked server began working w/o an issue.

With this in mind, I assume that the SQL Server utilizes a WMI provider for this type of situation (access to a dbase IV file on the local file system). As far as to why the WMI service became nonresponsive, I don't know why it did this right now. I speculated that perhaps the Idera product was causing it with not releasing all the COM resources (it used sp_OA procedures to call into WMI) but since I don't have the complete source I can not confirm.

View 1 Replies View Related

Import From Excel - Could Not Find Installable ISAM

Jul 25, 2007

I'm trying to quickly create a way of importing data from an excel sheet on my C drive to a table on a sql 2005 db hosted by a provider.
I set this up according to the following: 
http://davidhayden.com/blog/dave/archive/2006/05/31/2976.aspx
The article is in C# but I write in VB.  I think I got it except I get this error:
Could not find installable ISAM.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.Data.OleDb.OleDbException: Could not find installable ISAM.Source Error:



Line 23: Dim command As Data.OleDb.OleDbCommand = New Data.OleDb.OleDbCommand("Select ID,Data FROM [Data$]", connection)
Line 24:
Line 25: connection.Open()
Line 26:
Line 27: ' Create DbDataReader to Data Worksheet
 Microsoft is not much help.  A couple of folks say to contact my host.  Before I do I just want to be sure there code I have is correct.
 Could someone take a quick look at this.
Thanks,
Here is the code behind the button.
 Protected Sub BTNImport_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles BTNImport.Click
' Connection String to Excel Workbook
Dim excelConnectionString As String = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:Book1.xls;ExtendedProperties=""Excel 8.0;HDR=YES;"""
' Connection to Excel WorkbookUsing connection As Data.OleDb.OleDbConnection = New Data.OleDb.OleDbConnection(excelConnectionString)Dim command As Data.OleDb.OleDbCommand = New Data.OleDb.OleDbCommand("Select ID,Data FROM [Data$]", connection)
connection.Open()
' Create DbDataReader to Data WorksheetUsing dr As Data.Common.DbDataReader = command.ExecuteReader()
' SQL Server Connection StringDim connectionString As String = ConfigurationManager.ConnectionStrings("HbAdminMaintenance").ConnectionString
'Origina from David Hyden's site - Dim sqlConnectionString As String = "Data Source=.;Initial Catalog=Test;Integrated Security=True"
' Bulk Copy to SQL ServerUsing bulkCopy As Data.SqlClient.SqlBulkCopy = New Data.SqlClient.SqlBulkCopy(connectionString)
bulkCopy.DestinationTableName = "ExcelData"
bulkCopy.WriteToServer(dr)
End Using
End Using
End UsingEnd Sub
 
 

View 6 Replies View Related

Using SSIS With SQL Server Express

Apr 6, 2008

I want to use SSIS with SQL Server Express Edition. Is this possible? What other additions do I need to download to do this. I tried installing the SSIS component.

I went to the Add/Remove Programs and tried to install a new component to SQL Server 2005 and I keep gettting this error message "The path provided does not correspond to a valid SQL Server 2005 Installation".

Please help.

View 4 Replies View Related

Ssis In Sql Server Express Edition

Sep 19, 2006

hi,

can anybody tel me how i can install (any component to be instakked) ssis in sql server 2005 express edition? it's lok like this edition doesn't support ssis! is' it true?

Thanks

Sandipan

View 9 Replies View Related

SSIS - SQL Server Developer To Express Edition

Nov 2, 2006

Hi,

Does anyone know if it is possible to use SQL Server Developer Edition to produce SSIS packages that will operate on a remote SQL Server Express Edition database?

The situation is such that it is easiest to install a SQL Server Express Edition database on a remote server (for use within a company intranet) due to server availability and licensing restrictions. It would be great to be able to do Excel round trips with the data though - would it be possible to use SQL Server Developer Edition to do this on another computer, and have it update the data in the Express database?

Thank you for your time.

Kind Regards,
Ray Muirhead

View 3 Replies View Related

Is There A Way To Use SSIS With SQL Server 2005 EXPRESS EDITION?

Apr 11, 2008

I understand there is no Import/Export data feature within SQL Server 2005 Express Edition but i was wondering if there is a way to use SSIS/DTS with SQL 2005 Express?

I have used the DTSWizard tool to create a number of DTS packages. I was hoping to be able to execute them from some C# code.
However, a lot of examples i have seen indicate that i need to add a reference to Microsoft.SqlServer.ManagedDTS.dll in order to do this. The problem is, i cannot find this .dll file anywhere. I'm told it should be in C/Program Files/Microsoft SQL Server/90/SDK/Assemblies, but it isn't.

Is this because i only have the Express Edition installed and not the ful version of 2005?

Another .dll file i have found is Microsoft.SqlServer.DTSPkg80. Is that in anyway useful? I'm not too familiar with the DTS and SSIS tools/processes.

Any help would be appreciated.

Cheers,

Jon

View 4 Replies View Related

Why Is It So Hard To Find SSIS For SQL Server Express?

Nov 21, 2007



I remember reading one year ago that SSIS came with Advanced Services, or SP1 for SqlServer Express.

I have the file SQLEXPR_ADV which i presume is Advanced Services , installed it, no sign of SSIS !?

Can someone point me in the right direction, half hour Googling, Foruming, MSDN still no results of where to get it .

View 5 Replies View Related

Install SSIS Package On SQL Server Express

Feb 18, 2008

It's possible to install a SSIS package on a server running SQL Express 2005?

View 1 Replies View Related

It's Possibel Run SSIS In SQL Server 2005 Express Edition

Sep 19, 2006

Hy,



I wont now if it's possible to run SSIS in my server client that have instaled SQL Server 2005 Express Edition?



Regards,



Filipe Silva

View 2 Replies View Related

Difference Between The SQL Server Express Bundled With C#/VB VS The Downloadable SQL Server Express SP1 With Advanced Services

Aug 31, 2006

What is the Difference between the SQL Server Express Bundled with C#/VB VS the downloadable SQL Server Express SP1 with advanced Services?

I installed C# with SQL Server Express, however I wanted to add the Full Text Searching and the SQL Server Management Studio Express, so I downloaded and installed the SQL Server 2005 Express Edition with Advanced Services SP1. When I installed it over top of my current installation, it complained of version mismatching, and then C# failed to recognize that I had SQL 2005 Express installed at all.



What I'd like to know is, which version is more current (they have to be different, they had different version numbers, one was 9.xx.xxxx the other was 2005.9.xx.xxxx) The one bundled with C#, or the SP1 downloadable one.

Firstly, I want to be up todate as far as security patches, and Secondly, how do I add the full text searching and SSMSE to the one bundled with C# without breaking it.

View 4 Replies View Related

Does SQL Server 2005 Express Support Web/Internet Replication To Other SQL Server Express Clients?

Jan 22, 2007

HI

Q1: Does Sql Server 2005 Express support Web/Internet to other SQL Server 2005 Express Clients or does it have to Synch across the internet to a fully installed setup SQL Server 2005 with IIS?

Q2: Does SQL Server 2005 Express support Direct Replication between other SQL Server 2005 Express clients?

Regards

View 5 Replies View Related

SQL Server 2005 Express Edition With SQL Server Management Studio Express (SSMSE)

Jun 7, 2007

Hi all,

I have installed SQL server 2005 express edition with SQL server Management studio express (SSMSE).

I have installed also SQLce and I would know how I can manage sql compact edition databases (.ldf) with sql SSMSE, if it is possible!

I would be grateful if you could explain it trought a detailed guide (I am a beginner user of sql server tools) or trought a link to useful sites.

I'm Looking forward for your reply and still trying...

Alessandro

View 1 Replies View Related

SQL Server Express Utility: How Can I Install SSEUtil.exe In My PC? How Can I Use It To Interact With SQL Server Express?

Nov 12, 2007

Hi all,

I downloaded the SSEUtilSetup.EXE and extracted the SSEUtil.exe to a folder of C:drive of my PC that is Windows XP Pro. I plan to learn the CLR programming via user-instance of SQL Server Express. I need to have SQL Server Express Utility installed. Please help and tell me how I can install SSEUtil.exe in my PC and how I use it to interact with SQL Server Express.

Thanks,
Scott Chang

View 2 Replies View Related

Sql Express With SSIS

Jul 25, 2007

Hi Guys,



Can i include the Sql Server Express in my SSIS package. I need to access another machine through my package which would be running Sql Server Express.

If this is not possible Can the workgroup edition be accessible?



Thanks

Gemma

View 3 Replies View Related

HOW TO USE SSIS (DTS) IN SQL EXPRESS

Jul 20, 2006

I ´m trying to use ssis in Sql Express in order to replace my old DTS that I used in MSDE but I found that SSIS doesn´t work in Express, question is

How could I use new DTS technology in Express ??

Thanks in advance.

View 4 Replies View Related

SSIS On SQL Express

Mar 3, 2006

Does SQL Express support SSIS packages? If so, how can they be created in SQL Express?

Please reply to my true (not modified) e-mail address as I don't know if I will be able to look here again soon.

Thank you!!

):-D

P.S. Related question: Where can I find a comprehensive list of features that are supported by SQL 2005 that are *not* supported by SQL Express?

View 4 Replies View Related

SSIS In Express Edition

Jan 26, 2006

We've been trying to convert an application from MSDE to SQLServer 2005 Express Edition.

That application transfers some data form a SQLServer database to an Access database and the other way around. We have been using DTS, created/configured at run time by the application, to create the destination tables and to copy data from a db to another. In order to use DTS we distributed all components we needed, which are free.

Now, SQLServer 2005 Express Edition has SSIS intead of DTS. But the Express' installation does not provide them and also they are no longer free.

Is this correct?
Is there another way to create and run SSIS on SQLServer 2005 Express Edition?

View 1 Replies View Related

SSIS And SQL Express 2005 ?

Jul 18, 2007

As I have read online there are no designer SSIS tools available for SQL Express. I was wondering is there still a way to create SSIS package with Express edition and how ? As all the tutorials available online tell you to use designer.

View 4 Replies View Related

How To Connect To My Sql Server Express,also Pubs And Northwind For Sql Server Express

Feb 20, 2006

1, I have installed VWD express,sql server 2005 express.I also install management studio and adventureswork db.In the management studio I can able to connect and view adventurework db.But I can't manage to make a connection string to my db server when connecting to management studio server name is "KAMRANSHAHIDSQLEXPRESS".I wants a connection string with respect to this server.2,Is there new database for pubs and northwind for sql server 2005.Or they are of old sql server 2000.I have installed sample databases but can't find script for pubs and northwind nor it install automatically.I wan't to use tutorial's sample.

View 1 Replies View Related

SQL Server Express Installed But No SQL Server Express Service Present!?!

Mar 14, 2007

Hi

I'm a newbie and I have a problem that i can't solve despite sitting here all day trying to wortk it out.

I have installed SQL Server Express 2005 along with the associated toolkit. Previous to that i installed MS Visulal studio 2005, .NET 2.0 and MSDN.

The problemn is that it appears despite installing everything i don't have SQLExpress services running on my PC. I have admin rights, it installed okay but there is nothing to connect to.

When i run "sqlcmd.exe -s (local)SQLExpress -E" from the command prompt i get the following message:

HResult 0x2, Level 16, State 1
Named Pipes Provider: Could not open a connection to SQL Server [2].
Sqlcmd: Error: Microsoft SQL Native Client : An error has occurred while establi
shing a connection to the server. When connecting to SQL Server 2005, this failu
re may be caused by the fact that under the default settings SQL Server does not
allow remote connections..
Sqlcmd: Error: Microsoft SQL Native Client : Login timeout expired.

When i run SQL Server Configuration there is no "SQLExpress" service present under "SQL Server 2005 Servcies" in SQL Server Configuration dialog; just a message saying:

"there are no items to show in this view"

When i run Surface Area Configuration i get the following message:


TITLE: Surface Area Configuration
------------------------------

No SQL Server 2005 components were found on the specified computer. Either no components are installed, or you are not an administrator on this computer. (SQLSAC)

------------------------------
BUTTONS:

OK
------------------------------


If you can shed any light on this id be extreamly grateful as i'd been here for hours before stumbling across the toolkit (why this wasn't bundled i don't know) only to realise once i had it that the SQLExpress service isn't running :(

Cheers,

Nick.



View 1 Replies View Related

Very Important Question About SQL Express And SSIS

Mar 14, 2006

We're developing a WinForm app that is being deployed via ClickOnce.  The application will have the ability to import/export data with the intention of this being done via SSIS.  When this app is deployed and run against SQL Express, the following error gets generated:

€śRetrieving the COM class factory for component with CLSID {E44847F1-FD8C-4251-B5DA-B04BB22E236E} failed due to error: 80040154€?.

Is SSIS functionality supported in SQL Express?

View 1 Replies View Related

SQL Server Management Studio Express, Database Explorer In Visual Web Developer Express...which To Use???

Apr 16, 2007

When I downloaded/started using Visual Web Developer I was under the impression that I needed to install SQL Server Management Studio Express in order to create/manage databases, and to provide the engine to access the data.
 Since then I have found tutorials and have successfully created/used databases solely from within Visual Web Developer. I'm assuming that Visual Web Developer includes a database engine, much like the webserver that is included. (This is an awesome thing).
 When I tried to upload my web application with database to my production server, the database would not work, it started working after I installed SQL Server Management Studio Express on the server.
 Is it my understanding that you need SQL Server Management Studio Express if you do not have Visual Web Developer Express installed in order to provide the data access engine?
Also, I am unable to "attach" my Visual Web Developer Express created database to SQL Server Management Studio Express. Are there any posts that provide more information about this topic?
 
The only reason I'm asking is that I have extra whitespace on the end of my text fields, and I thought ANSI_PADDING was turned on. I do not see the option in Visual Web Developer Express, but have found it in SQL Server Management Studio Express.

View 14 Replies View Related

How To Enable CLR Integration In SQL Server Express And Create SQLCLR Project In VB 2005 Express?

Aug 31, 2007

Hi all,

In my SQL Server Express (that is installed in my Windows XP Pro PC), SQL Server 2005 Network Configuration has Protocols for SQLEXPRESS. I tried to do "Enabling CLR Integration" in my SQL Server Express: (1) If I clicked on "Surface Area Configuration for Services and Connections", I got an error "An exception occurred in SMO while trying to manage a service, (Microsoft.SqlServer.Smo) Additional information: Failed to retrieve data for this request. (Microsoft.SqlServer.SmoEnum) The operation could not be completed. (WinMgmt). (2) If I clicked on "Surface Area Configuration for Features, I got a different error "Computer localhost does not exist on the network, or the computer cannot be configured remotely. Verify that the remote computer has the required computer has the required Windows Management Instrumentation components and then try again. (SQLSAC) Additional Information: An exception occurred in SMO while trying to manage a service. (Microsoft.SqlServer.Smo). Failed to retrieve data for this request. (Microsoft.SqlServer.SmoEnum) The operation could not be completed. (WinMgmt). Please help and tell me how I should do to get "Enabling CLR Integration" in my SQL Server Express done and how I can create SQLCLR Project in VB 2005 Express.

Thanks in advance,
Scott Chang

View 6 Replies View Related

How To Get A Remote Connection To SQL Server Express From VB 2005 Express In A Network PC That Is Granted For Administrator Use

Aug 22, 2007

Hi all,

I have SQL Server Express and VB 2005 Express installed in a Microsoft Windows XP Pro PC that is a terminal PC in our office Network. My Network Administrator has granted my terminal PC for Administrator Use. I tried to do the ADO.NET 2.0-VB 2005 programming in my terminal PC and I could not get a remote connection in the Window Form Application via Window Authorization. I do not know how to make this kind of remote connection in my Network. Please help and advise.

Thanks in advance,
Scott Chang

View 6 Replies View Related

How To Configure SQL Server Management Studio Express To Allow Doing Non-User-Instance/ADO.NET 2.0 From VB 2005 Express?

Mar 5, 2008

Hi all,

For the first time, I want to set up the configuration of my SQL Server Management Studio Express (SSMSE) to allow me in doing the non-User-Instance/ADO.NET 2.0 programming from my VB 2005 Express. The SSMSE and VB 2005 Express are in my Windows XP Pro PC that is part of our NT 4 LAN System in our office. I read the article "How to configure SQL Server 2005 to allow remotre connections" in http://support.microsoft.com/kb/914277/ about (i) "Enable remote connections for SQL Server 2005 Express", (ii) Enable the SQL Server Browser service", (iii) Create exception in Windows Firewall, and (iv) Create an exception for the SQL Server Browser service in Windows Firewall. I entered the SQL Server Surface Area Configuration and I could not decide what options I should take for doing the non-User-Instance/ADO.NET 2.0 programming from my VB 2005 Express. I have the following questions on the page of "Minimize SQL Server 2005 Surface Area":
(1) I saw "Configure Surface Area for localhost [change computer]". I clicked on [change computer] and I saw the
following: Select Computer
The Surface Area Configuration of this surface area of this computer or a remote computer.
Specify a computer to configure: O Local computer
O Remote computer
Should I choose the "Local computer" or the "Remote computer" option?
(2) Below the "Configure Surface Area for localhost [change computer]",
I clicked on "Surface Area Configuration for Service and Connections", Select a component and then configure its services and connections: |-| SQLEXPRESS
|-| Database Engine
Service
I picked => Remote Connection
On the right-hand side, there are: O Local connections only
O Local and remorte connections
O Using TCP/IP
O Using named pipes only
O Using both TCP/IP and named pipes
Should I choose O Local and remorte connections and O Using named pipes only?

Please help and tell me what options I should choose in (1) and (2).

Thanks in advance,
Scott Chang

View 10 Replies View Related

Execute SSIS Package In SQL Express Environment

Nov 24, 2006

Dear all,



I have an SSIS package and want to execute it on a computer that only
has SQL Express installed on it. Since SQL Express didn't brought
dtexec or dtui so what should I do ?

Sorry for my bad English...



Thanks for advance,

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved