I am using the the sequelize ORM and MS SQL in Javascript.
I have done all the above given steps but still when I am trying to access the data, this is the error arising
{ [SequelizeConnectionRefusedError: Failed to connect to 127.0.0.1:1433 - connec
t ECONNREFUSED 127.0.0.1:1433]
name: 'SequelizeConnectionRefusedError',
message: 'Failed to connect to 127.0.0.1:1433 - connect ECONNREFUSED 127.0.0.1
:1433',
parent:
{ [ConnectionError: Failed to connect to 127.0.0.1:1433 - connect ECONNREFUSE
D 127.0.0.1:1433]
message: 'Failed to connect to 127.0.0.1:1433 - connect ECONNREFUSED 127.0.
0.1:1433',
code: 'ESOCKET' },
original:
{ [ConnectionError: Failed to connect to 127.0.0.1:1433 - connect ECONNREFUSE
D 127.0.0.1:1433]
message: 'Failed to connect to 127.0.0.1:1433 - connect ECONNREFUSED 127.0.
0.1:1433',
code: 'ESOCKET' } }
Comments
I am using the the sequelize ORM and MS SQL in Javascript.
I have done all the above given steps but still when I am trying to access the data, this is the error arising
{ [SequelizeConnectionRefusedError: Failed to connect to 127.0.0.1:1433 - connec
t ECONNREFUSED 127.0.0.1:1433]
name: 'SequelizeConnectionRefusedError',
message: 'Failed to connect to 127.0.0.1:1433 - connect ECONNREFUSED 127.0.0.1
:1433',
parent:
{ [ConnectionError: Failed to connect to 127.0.0.1:1433 - connect ECONNREFUSE
D 127.0.0.1:1433]
message: 'Failed to connect to 127.0.0.1:1433 - connect ECONNREFUSED 127.0.
0.1:1433',
code: 'ESOCKET' },
original:
{ [ConnectionError: Failed to connect to 127.0.0.1:1433 - connect ECONNREFUSE
D 127.0.0.1:1433]
message: 'Failed to connect to 127.0.0.1:1433 - connect ECONNREFUSED 127.0.
0.1:1433',
code: 'ESOCKET' } }
Add new comment